设为首页 收藏本站
查看: 1069|回复: 0

[经验分享] [Python 3.x 官方文档翻译]The Python Tutorial Python教程

[复制链接]
累计签到:1 天
连续签到:1 天
发表于 2015-12-1 10:35:35 | 显示全部楼层 |阅读模式
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant
syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.

Python是一种易学高效的编程语言。她有着高效的高级数据结构和一种简单但是有效的面向对象的编程方法。Python的简单的语法和动态的类型,同时她有着自然的语言解释,这使她在很多的方面成为一种脚本开发和快速编程的平台

The Python interpreter and the extensive standard library are freely available in source or binary form for all major platforms from the Python Web site, https://www.python.org/, and may be
freely distributed. The same site also contains distributions of and pointers to many free third party Python modules, programs and tools, and additional documentation.
Python的解释器和可扩展的标准库以及各种平台的二进制形式可以从Python的官方网站:https://www.python.org/免费获得,以及你可以自由的传播这些东西。在这个网站同时包含有许多人提供的面对Python 3的模块、程序和工具以及各种附加的文档的建议。

The Python interpreter is easily extended with new functions and data types implemented in C or C++ (or other languages callable from C). Python is also suitable as an extension language for
customizable applications

Python的解释器可以通过使用C和C++语言(或者其他可以通过C语言调用的编程语言)定义新的函数和数据类型实现来实现扩展。Python也是一种可适应的可扩展语言以适用于各种定制应用。

This tutorial introduces the reader informally to the basic concepts and features of the Python language and system. It helps to have a Python interpreter handy for hands-on experience, but all
examples are self-contained, so the tutorial can be read off-line as well.
通过这篇教程,读者可以更加的通俗的理解Python这种语言体系的基本概念和特点。而且可以帮助读者快速学会并动手使用Python的解释器,并且,所有的例程都包含在这篇教程里,所以这篇教程可以离线阅读

For a description of standard objects and modules, see The Python Standard Library. The Python Language Reference gives a more formal definition of the language. To write extensions in C
or C++, read Extending and Embedding the Python Interpreter and Python/C API Reference Manual. There are also several books covering Python in depth.
如果你想看更多的关于标准对象和模型的东西,《The Python Standard Library》《The Python Language Reference》这两篇文章给出了关于这方面更好的解释。如果你想C和C++上扩展使用,请阅读《Extending and Embedding the Python Interpreter》和《Python/C API Reference Manual.》,在这里给出了给出了更多关于更深层次使用Python的教程书籍。

This tutorial does not attempt to be comprehensive and cover every single feature, or even every commonly used feature. Instead, it introduces many of Python’s most noteworthy features, and
will give you a good idea(理念) of the language’s flavor and style. After reading it, you will be able to read and write Python modules and programs, and you will be ready to learn more about the
various Python library modules described in The Python Standard Library.
这篇教程并不是去讲解Python的所有或者大家都能理解和使用的特征,而是去介绍Python的一些最值得注意的特征,而且会给你表现这种语言的特点与风格的最好的理念。通过阅读这篇教程,你将能够阅读和编写Python的模型与程序,而且你将有能力去阅读The Python Standard Library.(Python标准库)里所介绍的各种各样的Python库。

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-145770-1-1.html 上篇帖子: 深入 Python 列表的内部实现 下篇帖子: 记录一下自己用到的python logging
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表