The Ultimate Flask Course
2025-05-05
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 17.14 GB | Duration: 34h 30m
2025-05-05
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 17.14 GB | Duration: 34h 30m
Learn the fundamentals of the Flask framework and its various extensions
What you'll learn
How to build Python-based web apps using Flask.
How to use some of the most popular Flask extensions to add more power to your apps.
How to connect to and interact with a database in Flask using SQLite and SQLAlchemy.
How to deploy Flask apps to Heroku, Python Anywhere, and to a Linux server.
Requirements
Basic Python
Be Able to Install Python and Flask on your computer
Know some basic HTML
Description
Welcome to The Ultimate Flask Course. 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.You'll learn:How to build Python web apps with FlaskHow to use the Jinja template language to create the look of your appsHow to use the SQLite database to start developmentHow to use other databases with Flask by using Flask-SQLAlchemyUsing Flask to process incoming request dataHow to build an API with FlaskHandle user sessionsHow to build working apps with six app examplesIn this course, we'll cover popular Flask extensions, including:Flask-SQLAlchemyFlask-WTFFlask-BootstrapFlask-MailFlask-MigrateFlask-UploadsFlask-LoginFlask-AdminFlask-UserFlask-BabelFlask-RestlessFlask-SocketIOFlask-SecurityWhat do you need to know before starting the course?As long as you have some basic experience with Python, you are ready to take the course. It's helpful to know some basics of HTML as well.I look forward to seeing you in the course and hearing your thoughts.
Who this course is for:
Beginner Python developers who want to learn web development