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
- What Flask Is and Why It Exists
- Set Up a Virtualenv and Install Flask
- Hello World: Your First Flask App
- Run the Dev Server with Debug Mode