Learning Paths
Skills
Building Web Applications with Flask
- 5 courses
- 8 hours
- Skill IQ
Flask is a micro web framework written in Python that does not require particular tools or libraries. It does not ship with a database layer, form validation, or any other components where pre-existing third-party libraries provide common functions. It does support extensions that can add application features as if they were implemented in Flask itself such as object-relational mappers, form validation, upload handling, and various open authentication technologies.
Courses in this path
Building Web Applications with Flask
In this path you will learn how to set up a Flask environment and build a reliable Flask application. You will dive into creating forms, routing, sessions, and authentication as well as how to manage your growing app.