diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/python | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/glossary/python')
-rw-r--r-- | files/zh-cn/glossary/python/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
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 +--- +<p><strong>Python</strong> 是一个高级通用编程语言。它使用多范式方法。这意味着它支持程序化、面向对象和一些功能性编程结构。</p> + +<p>它是由 <em>Guido van Rossum </em>创建的,作为1985年至1990年间的另一种语言(称为ABC)的继任者。目前Python被用于大量的领域,如Web开发,作为其他应用程序的脚本语言和构建实际应用程序。</p> + +<p>Python是根据OSI批准的开源许可证开发的,使其免费使用和分发,即使是商业用途也是如此。Python的许可证是由 <a href="https://www.python.org/psf">Python软件基金会</a> 管理的。</p> + +<h2 id="了解更多">了解更多</h2> + +<ul> + <li>在维基百科上的 {{interwiki('wikipedia','Python')}}</li> + <li><a href="http://www.tutorialspoint.com/python/index.htm">python的入门教程</a></li> +</ul> |