Tags
Language
Tags
September 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5

REST APIs with Flask and Python in 2023

Posted By: naag
REST APIs with Flask and Python in 2023

REST APIs with Flask and Python in 2023
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 12H 12M | 6.74 GB
Genre: eLearning | Language: English

A REST API is an application that accepts data from clients and returns data back. For example, a REST API could accept text data from the client, such as a username and password, and return whether that is a valid user in the database.

The cover takes you through a Python refresher that will take you from the very basics to some of the most advanced features of Python—that’s all the Python you need to complete the course. Further, you will move on to create resource-based, production-ready REST APIs using Python, Flask, and popular Flask extensions.Learn to handle secure user registration and authentication with Flask. Learn to use SQLAlchemy and Flask-SQLAlchemy to easily and efficiently store resources in a database; understand the complex intricacies of deployments of Flask REST APIs.

You will also investigate essential technologies such as Git and database migrations with Alembic. Together, we will develop a REST API that not only allows clients to authenticate but also store and retrieve any data you want from a database. Learning this will help you develop any REST API that you need for your own projects!

By the end of the course, you will have understood and developed your skills in web and REST API development with Python, Flask, and Docker.
What You Will Learn

Connect your web or mobile applications to databases and servers through REST APIs
Create secure and reliable REST APIs
Understand how web applications interact with each other
Handle user authentication with advanced features such as token refresh
Handle logouts in your REST APIs with JWT blacklisting
Develop professional-grade REST APIs with expert guidance