freeCodeCamp/guide/english/miscellaneous/web-frameworks-in-python/index.md

851 B

title
Web Frameworks in Python

Like most domains in Python development, the Python community treats web-development with great affection, and have given us matured, well-maintained frameworks; of varying complexity.

We have micro-frameworks like Flask, Bottle. We also have frameworks like Django, which comes with batteries included. You can find a complete list of web-frameworks, written in Python, over here.