Python Flask Tutorial

This tutorial will teach you the how to create your own web server using Python and Flask.


By the end of this course, you'll be able to:

  • Understand web frameworks
  • Create your own flask server
  • Run your own micro blog

Python Flask Basics


Introduction to web frameworks

Learn about website, server, domain, hosting and frameworks.


Installing Flask module in Python

Learn how to install flask libraries in Python.


Structure of Flask Template

Learn the basic structure of Flask template.


Project: Create your own Flask server

Learn to combine the skills you learned to build a simple Flask server.


Introduction to SQL

Learn the basic CRUD commans in SQL and install SQL in python.


Installing XAMPP

Learn how to use XAMPP to create your own SQL database server.


Project: Build your micro blog using SQL

Learn to combine the skills you learned to build a micro blog using Flask and SQL.