![UDEMY](https://images.shiksha.com/mediadata/images/1732081082php9OE4VD_1280x960.jpg)
![UDEMY Logo](https://images.shiksha.com/mediadata/images/1722340731phpw0enxZ.jpeg)
REST APIs with Flask and Python
- Offered byUDEMY
REST APIs with Flask and Python at UDEMY Overview
Duration | 12 hours |
Total fee | ₹3,199 |
Mode of learning | Online |
Difficulty level | Intermediate |
Official Website | Go to Website |
Credential | Certificate |
REST APIs with Flask and Python at UDEMY Highlights
- Earn a certificate from Udemy
- Compatible on Mobile and TV
- Get Full Lifetime Access
- 30-Day Money-Back Guarantee
REST APIs with Flask and Python at UDEMY Course details
- Students wanting to extend the capabilities of mobile and web applications by using server-side technologies
- Software developers looking to expand their skill-set by learning to develop professional grade REST APIs
- Those looking to learn Python while specifically catering to web services
- Connect web or mobile applications to databases and servers via REST APIs
- Create secure and reliable REST APIs which include authentication, logging, caching, and more
- Understand the different layers of a web server and how web applications interact with each other
- Handle seamless user authentication with advanced features like token refresh
- Handle log-outs and prevent abuse in your REST APIs with JWT blacklisting
- Develop professional-grade REST APIs with expert instruction
- Are you tired of boring, outdated, incomplete, or incorrect tutorials? I say no more to copy-pasting code that you don't understand
- Welcome to one of the best resources online on creating REST APIs
- I'm Jose, and I'm a software engineer; here to help you truly understand and develop your skills in web and REST API development with Python
- Production-ready REST APIs This course will guide you in creating simple, intermediate, and advanced REST APIs including authentication , deployments , caching , and much more
- We'll start with a Python refresher that will take you from the very basics to some of the most advanced features of Pythonfor you to never be lost or confused
- Using Flask and popular extensions Flask-RESTful , Flask-JWT , and Flask-SQLAlchemy we will dive right into developing complete, solid, production-ready REST APIs
- We will also look into essential technologies Git , Heroku , and nginx
- You'll be able to... Create resource-based, production-ready REST APIs using Flask and popular extensions; Using SQLAlchemy to easily and efficiently store resources to a database; and Understand the complex intricacies of deployments and performance of REST APIs
- I pride myself in providing excellent support and feedback to every single student. I am always available to guide you personally, and answer questions for your benefit
- Don't wait, and sign up today to take another step toward web services mastery! I'll see you on the inside
REST APIs with Flask and Python at UDEMY Curriculum
Welcome!
How to take this course
Python on Windows
A Full Python Refresher
Access the code for this section here
Variables in Python
Your first REST API
Access the course e-book here
What is JSON?
Introduction to Docker
How to run a Flask app in a Docker container
In-depth Docker tutorial notes
Flask-Smorest for more efficient development
Data model improvements for our API
General improvements to our first REST API
Store data in a SQL database with SQLAlchemy
Overview and why use SQLAlchemy
How to code a simple SQLAlchemy model
Many to many relationships with SQLAlchemy
Changes in this section
One-to-many relationship between stores and tags
User authentication with Flask-JWT Extended
Changes in this section
What is a JWT?