Learning Outcomes
Transitioning to web architecture from foundational programming involves mastering a microframework through a structured roadmap. Key competencies include understanding route mappings and view functions, utilizing Flask-WTF for form management, and implementing Flask-SQLAlchemy for data storage. The curriculum emphasizes a hands-on approach, connecting educational milestones to real-world application development, such as user registration and database integration. This systematic architecture ensures maintainable software and prepares developers to establish a local development workspace with modern tools.
We'll cover the following...
In this course you will learn:
-
How to create routes (or views) with
Flask. -
How to serve static content and files using
Flask. -
How to serve dynamic content using the
JinjaTemplating Engine. -
How to handle forms using the
flask-wtfmodule. -
How to work with a database using the
flask-SQLAlchemymodule. -
How to create
Modelsand manipulate data using them.
And the most rewarding outcome of this course is that you will learn:
- How to build a
Flaskapplication, hands-on.
Now, without further ado, let’s get started!