Add translation of ‘Things you can do with python’ (#31517)

This commit is contained in:
imdonnie
2018-12-08 15:54:09 +08:00
committed by Jingyi Ding
parent a88e01ef00
commit 9a003be88e

View File

@ -159,6 +159,9 @@ Python 3中的[`print`](https://docs.python.org/3/library/functions.html#print)
`objects`参数以`*`为前缀,表示该函数将为该参数采用任意数量的参数。
## 你可以用python来做的事
正如之前所说Python是一门通用型语言。你可以用它来做任何你想做的事情但是python一个很重要的应用在于机器学习和人工智能。python同样是一门很受欢迎的网站开发语言这得益于一些优秀的框架例如[Django](https://www.djangoproject.com/) and [flask](http://flask.pocoo.org/)。除此之外python还是一种流行的脚本语言。由于它易读易懂的语法格式python正在不同的领域快速发展并成为最受欢迎的编程语言。
## 想了解更多?
免费代码营有一些很好的资源。网络是一个很大的地方,还有很多值得探索的地方:
@ -172,4 +175,4 @@ Python 3中的[`print`](https://docs.python.org/3/library/functions.html#print)
* 使用Python的计算机科学https//www.edx.org/course/introduction-computer-science-mitx-6-00-1x-11?ref=hackernoon#
* 学习python的更多资源列表https//github.com/vinta/awesome-python
* Interactive Pythonhttp//interactivepython.org/runestone/static/thinkcspy/index.html
* 开发人员Python指南https//devguide.python.org/
* 开发人员Python指南https//devguide.python.org/