欢迎来到天天文库
浏览记录
ID:31815398
大小:998.84 KB
页数:135页
时间:2019-01-18
《python 2.7 tutorial 中文版》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、PythonTutorialRelease2.7MarchLiuOctober26,2010CONTENTS1WhettingYourAppetite开胃菜32UsingthePythonInterpreter使用 Python解释器72.1InvokingtheInterpreter调用解释器.......................72.2TheInterpreterandItsEnvironment解释器及其环境...............93AnInformalIntroductiont
2、oPythonPython概要介绍133.1UsingPythonasaCalculator将Python当做计算器................133.2FirstStepsTowardsProgramming编程的第一步..................244MoreControlFlowTools深入流程控制274.1ifStatementsif語句..............................274.2forStatementsfor语句.............................274.3Theran
3、ge()Functionrange()函数........................284.4breakandcontinueStatements,andelseClausesonLoopsbreak和continue语句,以及循环中的else子句.............................294.5passStatementspass语句............................304.6DefiningFunctions定义函数...........................304.7MoreonD
4、efiningFunctions深入函数定义.....................324.8Intermezzo:CodingStyle插曲:编码风格.....................385DataStructures数据结构415.1MoreonLists深入列表.............................415.2Thedelstatement删除语句...........................475.3TuplesandSequences元组和序列.........................47
5、5.4Sets集合....................................485.5Dictionaries字典................................495.6LoopingTechniques循环技巧...........................515.7MoreonConditions深入条件控制.........................525.8ComparingSequencesandOtherTypes比较序列和其它类型.............536Modules模块556
6、.1MoreonModules深入模块............................566.2StandardModules标准模块............................606.3Thedir()Functiondir()函数..........................606.4Packages包...................................627InputandOutput输入和输出677.1FancierOutputFormatting玩转输出格式................
7、.....677.2ReadingandWritingFiles读写文件.......................71i8ErrorsandExceptions错误和异常778.1SyntaxErrors语法错误.............................778.2Exceptions...................................778.3HandlingExceptions控制异常..........................788.4RaisingExceptions抛出异常........
8、...................818.5User-definedExceptions用户自定义异常.....................828.6Def
此文档下载收益归作者所有