Files
freeCodeCamp/guide/chinese/python/using-python-for-web-development/index.md
2018-10-16 21:32:40 +05:30

15 lines
785 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: Using Python for Web Development
localeTitle: 使用Python进行Web开发
---
Python以其优美的语法和易读性而闻名。这种脚本语言可用于对您的Web应用程序概念进行快速而肮脏的原型设计。它还可用于构建可扩展和可维护的大型Web应用程序。
#### 最流行的Python Web框架
* Django的
* 烧瓶
* 瓶子
* 金字塔
* 的web2py
因此让我们开始使用一些Web框架并了解它们如何帮助构建Web应用程序。但在此之前我们需要通过[在Python中](https://guide.freecodecamp.org/python/setting-up-python-web-framework-django-and-flask)完成[Web框架的安装](https://guide.freecodecamp.org/python/setting-up-python-web-framework-django-and-flask)来设置开发环境。