资源描述:
《Python 2.6 Quick Reference (Letter) (2009)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、Python2.6QuickReferencePython2.6QuickReferenceContentsFrontmatterInvocationOptionsEnvironmentvariablesLexicalentities:keywords,identifiers,stringliterals,booleanconstants,numbers,sequences,dictionaries,operatorsBasictypesandtheiroperations:None,bool,Numerictypes,sequencetypes,list,d
2、ictionary,string,file,set,namedtuples,date/timeAdvancedtypesStatements:assignment,conditionalexpressions,controlflow,exceptions,namespace,functiondef,classdefIterators;Generators;Descriptors;DecoratorsBuilt-inFunctionsBuilt-inExceptionsStandardmethods&operatorsredefinitioninuser-cr
3、eatedClassesSpecialinformativestateattributesforsometypesImportantmodules:sys,os,posix,posixpath,shutil,time,string,re,math,getoptListofmodulesinthebasedistributionWorkspaceexplorationandidiomhintsPythonmodeforEmacsFrontmatterVersion2.6(What'snew?)Checkupdatesathttp://rgruet.free.fr
4、/#QuickRef.Pleasereporterrors,inaccuraciesandsuggestionstoRichardGruet(pqratrgruet.net).CreativeCommonsLicense.LastupdatedonFebruary10,2009.Feb10,2008upgradedbyRichardGruetandJoshStoneforPython2.6Dec14,2006upgradedbyRichardGruetforPython2.5Feb17,2005,upgradedbyRichardGruetforPython2.4Oct
5、3,2003upgradedbyRichardGruetforPython2.3May11,2003,rev4upgradedbyRichardGruetforPython2.2(restyledbyAndrei)Aug7,2001upgradedbySimonBrunningforPython2.1May16,2001upgradedbyRichardGruetandSimonBrunningforPython2.0Jun18,2000upgradedbyRichardGruetforPython1.5.2Oct20,1995createdbyChrisHoffman
6、nforPython1.3Colorcoding:Featuresaddedin2.6since2.5Featuresaddedin2.5since2.4Featuresaddedin2.4since2.3Originallybasedon:PythonBestiary,author:KenManheimerPage1of50Python2.6QuickReferencePythonmanuals,authors:GuidovanRossumandFredDrakepython-mode.el,author:TimPetersandthereadersofcom
7、p.lang.pythonUsefullinks:Python'snest:http://www.python.orgOfficialdocumentation:http://docs.python.org/2.6/Otherdoc&freebooks:FAQs,Faqts,DiveintoPython,PythonCookbook,ThinkinginPython,TextprocessinginPythonGettingstarted:PythonTutorial,7mntoHelloWorld(windows)Topics