From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/python/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 files/zh-cn/glossary/python/index.html (limited to 'files/zh-cn/glossary/python') diff --git a/files/zh-cn/glossary/python/index.html b/files/zh-cn/glossary/python/index.html new file mode 100644 index 0000000000..30986b8b12 --- /dev/null +++ b/files/zh-cn/glossary/python/index.html @@ -0,0 +1,17 @@ +--- +title: Python +slug: Glossary/Python +translation_of: Glossary/Python +--- +

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

+ +

它是由 Guido van Rossum 创建的,作为1985年至1990年间的另一种语言(称为ABC)的继任者。目前Python被用于大量的领域,如Web开发,作为其他应用程序的脚本语言和构建实际应用程序。

+ +

Python是根据OSI批准的开源许可证开发的,使其免费使用和分发,即使是商业用途也是如此。Python的许可证是由 Python软件基金会 管理的。

+ +

了解更多

+ + -- cgit v1.2.3-54-g00ecf