Python Web Frameworks
Python Web Frameworks
top 10 Python web frameworks
Django (Full-stack framework)
Flask (Micro framework)
Tornado (Asynchronous framework)
Web2py (Micro framework)
Bottle (Micro framework)
CherryPy (Micro framework)
Falcon (Micro framework)
Pyramid (Full-stack framework)
Hug (Micro framework)
TurboGears (Full-stack framework)
Django
Django is a high-level Python framework designed for rapid, secure, and scalable web development.
Django includes rich support for URL routing, page templates, and working with data.
# LTS
$ pip install Django==2.2
$ pip install Django==3.1
https://www.djangoproject.com/download/
Flask
Flask is a lightweight Python framework for web applications that provides the basics for URL routing and page rendering.
https://flask.palletsprojects.com/en/1.1.x/
$ pip install Flask
refs
https://code.visualstudio.com/docs/python/python-tutorial
https://code.visualstudio.com/docs/python/tutorial-django
https://code.visualstudio.com/docs/python/tutorial-flask
top 10 python web frameworks
https://steelkiwi.com/blog/top-10-python-web-frameworks-to-learn/
https://hackernoon.com/top-10-python-web-frameworks-2020-edition-r1h3u84
©xgqfrms 2012-2020
www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/13438065.html
未经授权禁止转载,违者必究!