- Learning Path Libraries: This path is only available in the libraries listed. To access this path, purchase a license for the corresponding library.
- Core Tech
Building Web Applications with Flask
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.
Content 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.
- Set up and configure a Flask project
- Construct routes
- Write view functions
- Build templates
- Manage sessions and cookies
- Test your Flask application
- Create forms
- Use hooks and signals
- Log errors
- Use flask-sqlalchemy to create a model layer
- Use flask-login to setup authorization
- Python
- Python
- HTML
- CSS