Skip to content

Commit

Permalink
zh-CN: create Glossary/Python (#21506)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Ren <[email protected]>
  • Loading branch information
PassionPenguin and jasonren0403 authored Jun 12, 2024
1 parent 207e221 commit 684d1b3
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions files/zh-cn/glossary/python/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
---
title: Python
slug: Glossary/Python
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**Python** 是一个高级通用编程语言。它使用多范式方法。这意味着它支持程序化、面向对象和一些功能性编程结构。

它是由 _Guido van Rossum_ 创建的,作为 1985 年至 1990 年间的另一种语言(称为 ABC)的继任者。目前 Python 被用于大量的领域,如 Web 开发,作为其他应用程序的脚本语言和构建实际应用程序
它是由 Guido van Rossum 创建的,作为 1985 年至 1990 年间的另一种语言(称为 ABC)的继任者,目前广泛应用于 web 开发、桌面应用程序、数据科学、DevOps 和自动化/生产力等领域

Python 是根据 OSI 批准的开源许可证开发的,使其免费使用和分发,即使是商业用途也是如此。Python 的许可证是由 [Python 软件基金会](https://www.python.org/psf) 管理的。
Python 是根据 OSI 批准的开源许可证开发的,使其免费使用和分发,即使是商业用途也是如此。Python 的许可证是由 [Python 软件基金会](https://www.python.org/psf)管理的。

## 参见

- 在维基百科上的 [Python](https://zh.wikipedia.org/wiki/Python)
- [python 的入门教程](https://www.tutorialspoint.com/python/index.htm)
- [官方 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/Server-side/Django)
- [术语表](/zh-CN/docs/Glossary)

- {{Glossary("Java")}}
- {{Glossary("JavaScript")}}
- {{Glossary("PHP")}}
- {{Glossary("Python")}}
- {{Glossary("Ruby")}}

0 comments on commit 684d1b3

Please sign in to comment.