0PricingLogin
Flask Academy · Lesson

What Flask Is and Why It Exists

Microframework, WSGI, and where Flask fits.

Welcome to Flask

Flask is a tiny, friendly way to build websites and APIs in Python. You will go from zero to a running web app, one small step at a time. 🙂

A Web Framework

A web framework handles the boring plumbing of the web for you, so you write app logic instead of raw socket code.

All lessons in this course

  1. What Flask Is and Why It Exists
  2. Set Up a Virtualenv and Install Flask
  3. Hello World: Your First Flask App
  4. Run the Dev Server with Debug Mode
← Back to Flask Academy