Python Flask Tutorial
Flask
In Python, flask framework is used to build light web applications.
In this course, we present you the tutorials to get started with flask, and understand different concepts related to flask.
Flask Tutorials
There are many concepts that we need to cover on flask. We shall cover these concepts in the following tutorials.
- Python Flask Example
- Python Flask Routes
- Python Flask Templates
- Python Flask - Read form data from request
- Python Flask - Pass variables from Python code to templates for rendering
- Python Flask - Include CSS file
- Python Flask - If statement in HTML template
- Python Flask - For Loop in HTML template
- Python Flask - Include template in a template
- Python Flask - Accept only GET request
- Python Flask - Accept only POST request
- Python Flask - Accept POST or GET request
- Python Flask - Access URL query parameters
- Python Flask - Upload file
- Python Flask - Redirect URL
- Python Flask - API Example
- Python Flask - Set and Get Cookies
Summary
In this tutorial, we learned about flask Library in Python, learned how to build a flask application with the help of an example, and listed some flask tutorials that cover most encountered use cases when building a web application.