Files
freeCodeCamp/guide/chinese/miscellaneous/web-frameworks-in-python/index.md
2018-10-16 21:32:40 +05:30

7 lines
635 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Web Frameworks in Python
localeTitle: Python中的Web框架
---
像Python开发中的大多数域一样Python社区以极大的感情对待Web开发并为我们提供了成熟维护良好的框架;不同的复杂性。
我们有像[Flask](http://flask.pocoo.org/) [Bottle](http://bottlepy.org/docs/dev/index.html)这样的微框架。我们还有像[Django](https://www.djangoproject.com/)这样的框架,其中包含[电池](https://github.com/rosarior/awesome-django) 。您可以[在此处](https://en.wikipedia.org/wiki/Comparison_of_web_frameworks#Python)找到用Python编写的完整Web框架列表。