freeCodeCamp/guide/chinese/miscellaneous/web-applications-using-python/index.md

9 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Web Applications Using Python
localeTitle: 使用Python的Web应用程序
---
[YouTube](http://highscalability.com/youtube-architecture) [Reddit](https://github.com/reddit/reddit) [Instagram](http://instagram-engineering.tumblr.com/post/13649370142/what-powers-instagram-hundreds-of-instances) [Quora](http://qr.ae/RUkZJd) [Pinterest](http://qr.ae/RUkZOJ) [Dropbox](http://eranki.tumblr.com/post/27076431887/scaling-lessons-learned-at-dropbox-part-1) [Bitbucket](https://blog.bitbucket.org/2012/08/24/segregating-services/)等广受欢迎的网站主要是用Python编写的。您可能会通过自己调查获得更全面的列表。
显然,上面的列表并不完整;但这将是向你指出一些事情的好时机 - 用Python编写你的后端不会_自动_使你的网站像YouTube一样快速和可扩展。我们引用上面的网站列表只是简单地指出Python是业内许多软件工程师的最爱用于网络开发。
Python为您提供了用于构建健壮可伸缩的Web应用程序的lego块。您还可以在构建Python模块时轻松编写Python模块。但武器只有它的主人才有效。如果你不知道如何使用它你最终可能会在脚下射击。