预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共45页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

Python库参考手册(PythonLibraryReference)Release2.3.3GuidovanRossumFredL.Drake,Jr.,editor翻译团队:见文末名单译文最后修改:2004年3月22日PythonLabsEmail:docs@python.orgCopyright°c2001,2002,2003PythonSoftwareFoundation.Allrightsreserved.Copyright°c2000BeOpen.com.Allrightsreserved.Copyright°c1995-2000CorporationforNationalResearchInitiatives.Allrightsreserved.Copyright°c1991-1995StichtingMathematischCentrum.Allrightsreserved.Seetheendofthisdocumentforcompletelicenseandpermissionsinformation.详细版权及使用许可的资料见本文的最后部份.Pythonisanextensible,interpreted,object-orientedprogramminglanguage.Itsupportsawiderangeofapplica-tions,fromsimpletextprocessingscriptstointeractiveWebbrowsers.Python是一种可扩展的,即译式,面向对象规格的编程语言.它能应用在极广泛的地方,从简单的文字处理工作到交互式的网页浏览器.WhilethePythonReferenceManualdescribestheexactsyntaxandsemanticsofthelanguage,itdoesnotdescribethestandardlibrarythatisdistributedwiththelanguage,andwhichgreatlyenhancesitsimmediateusability.Thislibrarycontainsbuilt-inmodules(writteninC)thatprovideaccesstosystemfunctionalitysuchasfileI/OthatwouldotherwisebeinaccessibletoPythonprogrammers,aswellasmoduleswritteninPythonthatprovidestandardizedsolutionsformanyproblemsthatoccurineverydayprogramming.SomeofthesemodulesareexplicitlydesignedtoencourageandenhancetheportabilityofPythonprograms.Python语言参考手册中精确地描述了Python语言的句法及语义.然而语言参考手册中没有提到Python所附带功能强大的标准库.这个函式库大大地增强了Python的实用性.其中包括C写的内建模组,提供介面让程式进行操作系统层次的工作,例如档案的输出输入;同时也有以Python语言本身编写的模组,为实际编程时常遇的问题提供标准解决方案.这类模组有的经过特别设计以便Python程式在跨平台的情况下运行无误.ThislibraryreferencemanualdocumentsPython’sstandardlibrary,aswellasmanyoptionallibrarymodules(whichmayormaynotbeavailable,dependingonwhethertheunderlyingplatformsupportsthemandontheconfigurationchoicesmadeatcompiletime).Italsodocumentsthestandardtypesofthelanguageanditsbuilt-infunctionsandexceptions,manyofwhicharenotorincompletelydocumentedintheReferenceManual.本参考手册罗列并说明了Python标准库的各种功能,以及许多非核心的模组(按不同的操作系统和编译时的设置而定,不是每台机上的Python都能用这些模组.)本手册同时记载了Python语言所有的标准数据类型,内建函数,异常类,这些在参考手册中被忽略了或只是扼要的提过一下.ThismanualassumesbasicknowledgeaboutthePythonlangu