Introduction to Flask
Learn the basics of the Flask framework and create your own web application!
StartKey Concepts
Review core concepts you need to learn to master this subject
Python Flask Framework
Creating Flask App Object
Running Flask App
Creating a Route
Returning HTML From Route
Variable Rules
Python Flask Framework
Python Flask Framework
Flask is a popular Python framework for developing web applications. It comes with minimal built-in functionalities and requirements, making it simple to get started and flexible to use. The developer has the liberty to customize most aspects of the app, including database integration, accounts and authentication, and more.
What is the Back-end?
Lesson 1 of 2
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory