Skip to content

Instantly share code, notes, and snippets.

@sany2k8
sany2k8 / python_framework.md
Last active June 7, 2025 17:12
Python framework decision

Quick Decision Tree

  • REST API? → FastAPI
  • Full web app? → Django
  • Learning/Prototyping? → Flask
  • Max performance? → Falcon
  • Real-time? → Sanic/FastAPI

Framework Comparison

Django