Search⌘ K
AI Features

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 Jinja Templating Engine.

  • How to handle forms using the flask-wtf module.

  • How to work with a database using the flask-SQLAlchemy module.

  • How to create Models and manipulate data using them.

And the most rewarding outcome of this course is that you will learn:

  • How to build a Flask application, hands-on.

Now, without further ado, let’s get started!