Learn the fundamentals of the Flask framework and its various extensions.
This course is designed to teach you everything you need to know to get started building your own Python-based web apps using the Flask framework.
I will teach you the basics of Flask and show you some examples of how to build apps using only the features of the Flask framework itself. Then I will teach you various useful extensions that you can use to make adding more powerful features to your Flask apps much easier and show you example apps using those extensions.
What you'll learn
- How to build Python-based web apps using Flask.
- Routing and view functions
- Building dynamic URL
- Rendering HTML templates (Jinga2 Template Engine)
- Handle the http methods
- Built RESTful API with Flask
- Request objects
- Redirection & Errors
- Working with Cookies data - set cookies & read cookies
- Working with Session data - set session
- File Uploading with flask
- Flashing messages to user
Flask Extensions
Practical
- Create Python web apps
- OTP verification Application
- Create perfect Login system - Signup & Signin
- Create CRUD Operations application using flask
- Each topic wise coding practice
- More live coding with flask framework