欢迎来到天天文库
浏览记录
ID:7513183
大小:4.20 MB
页数:235页
时间:2018-02-17
《python programming fundamentals》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、Contents1Introduction..................................11.1ThePythonProgrammingLanguage...................21.2InstallingPythonandWingIDE101...................31.3WritingYourFirstProgram........................71.4WhatisaComputer?...........................81.5Bina
2、ryNumberRepresentation......................101.6WhatisaProgrammingLanguage?...................131.7HexadecimalandOctalRepresentation..................151.8WritingYourSecondProgram......................161.9SyntaxErrors...............................181.10TypesofV
3、alues..............................191.11TheReferenceTypeandAssignmentStatements............201.12IntegersandRealNumbers........................211.13Strings...................................241.14IntegertoStringConversionandBackAgain..............251.15GettingIn
4、put...............................261.16FormattingOutput............................271.17WhenThingsGoWrong.........................301.18ReviewQuestions.............................331.19Exercises.................................341.20SolutionstoPracticeProblems.
5、.....................362DecisionMaking................................412.1FindingtheMaxofThreeIntegers....................452.2TheGuessandCheckPattern.......................472.3ChoosingfromaListofAlternatives...................482.4TheBooleanType................
6、.............502.5ShortCircuitLogic............................532.6ComparingFloatsforEquality......................542.7ExceptionHandling............................552.8ReviewQuestions.............................57ixxContents2.9Exercises........................
7、.........582.10SolutionstoPracticeProblems......................613RepetitiveTasks................................653.1Operators.................................673.2IteratingOveraSequence.........................693.3Lists....................................713.4
8、TheGuessandCheckPatternforLists..................743.5MutabilityofLists............................753.6TheAccumulatorPattern.........................79
此文档下载收益归作者所有