欢迎来到天天文库
浏览记录
ID:23617265
大小:521.03 KB
页数:132页
时间:2018-11-09
《python 中文手册.pdf》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、PythonTutorialRelease2.4GuidovanRossumFredL.Drake,Jr.,editorDecember21,2004PythonSoftwareFoundationEmail:docs@python.orgCopyrightc°2001-2004PythonSoftwareFoundation.Allrightsreserved.Copyrightc°2000BeOpen.com.Allrightsreserved.Copyrightc°1995-2000CorporationforNational
2、ResearchInitiatives.Allrightsreserved.Copyrightc°1991-1995StichtingMathematischCentrum.Allrightsreserved.Seetheendofthisdocumentforcompletelicenseandpermissionsinformation.AbstractPythonisaneasytolearn,powerfulprogramminglanguage.Ithasefficienthigh-leveldatastructuresan
3、dasimplebuteffectiveapproachtoobject-orientedprogramming.Python’selegantsyntaxanddynamictyping,togetherwithitsinterpretednature,makeitanideallanguageforscriptingandrapidapplicationdevelopmentinmanyareasonmostplatforms.Python是一种容易学习的强大语言。它包括了高效的高级数据结构,提供了一个简单但很有效的方式进行面向
4、对象编程。Python优雅的语法,动态类型,以及它天然的解释能力,使其成为了大多数平台上应用于各领域理想的脚本语言以及开发环境。ThePythoninterpreterandtheextensivestandardlibraryarefreelyavailableinsourceorbinaryformforallmajorplatformsfromthePythonWebsite,http://www.python.org/,andcanbefreelydistributed.Thesamesitealsocontainsdist
5、ributionsofandpointerstomanyfreethirdpartyPythonmodules,programsandtools,andadditionaldocumenta-tion.Python解释器及其扩展标准库的源码和编译版本可以从Python的Web站点,http://www.python.org/,及其所有镜像站上免费获得,并且可以自由发布。该站点上也提供了Python的一些第三方模块,程序,工具,以及附加的文档。ThePythoninterpreteriseasilyextendedwithnewfun
6、ctionsanddatatypesimplementedinCorC++(orotherlanguagescallablefromC).Pythonisalsosuitableasanextensionlanguageforcustomizableapplications.Python的解释器很容易通过C或C++(或者其它可以由C来调用的语言)来扩展新的函数和数据结构。因此Python也很适于作为定制应用的一种扩展语言。Thistutorialintroducesthereaderinformallytothebasicconce
7、ptsandfeaturesofthePythonlanguageandsystem.IthelpstohaveaPythoninterpreterhandyforhands-onexperience,butallexamplesareself-contained,sothetutorialcanbereadoff-lineaswell.这个手册介绍了一些Python语言及其系统的基本知识与概念。这有助于读者对Python有一个基本的认识,当然所有的例子都已包括在文中,所以这本手册很适合离线阅读。Foradescriptionofs
8、tandardobjectsandmodules,seethePythonLibraryReferencedocument.ThePythonRefer-enceManualgivesamoreformaldefinitionofthe
此文档下载收益归作者所有