-
Notifications
You must be signed in to change notification settings - Fork 8.2k
/
Copy pathindex.md
29 lines (22 loc) · 1.32 KB
/
index.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Python
slug: Glossary/Python
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---
{{GlossarySidebar}}
**Python** 是一个高级通用编程语言。它使用多范式方法。这意味着它支持程序化、面向对象和一些功能性编程结构。
它是由 Guido van Rossum 创建的,作为 1985 年至 1990 年间的另一种语言(称为 ABC)的继任者,目前广泛应用于 web 开发、桌面应用程序、数据科学、DevOps 和自动化/生产力等领域。
Python 是根据 OSI 批准的开源许可证开发的,使其免费使用和分发,即使是商业用途也是如此。Python 的许可证是由 [Python 软件基金会](https://www.python.org/psf)管理的。
## 参见
- 在维基百科上的 [Python](https://zh.wikipedia.org/wiki/Python)
- [官方 Python 文档教程](https://docs.python.org/3/tutorial/index.html)
- [Tutorials Point Python 教程](https://www.tutorialspoint.com/python/index.htm)
- [AlphaCodingSkills Python 教程](https://www.alphacodingskills.com/python/python-tutorial.php)
- MDN 上的 [Django Web 框架 (Python)](/zh-CN/docs/Learn_web_development/Extensions/Server-side/Django)
- [术语表](/zh-CN/docs/Glossary)
- {{Glossary("Java")}}
- {{Glossary("JavaScript")}}
- {{Glossary("PHP")}}
- {{Glossary("Python")}}
- {{Glossary("Ruby")}}