資源描述:
《How To Write Your Own Software Using Python2012.pdf》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、ProgrammingforNon-ProgrammersRelease2.6.2StevenF.LottJanuary23,2012CONTENTSIHowToWriteYourOwnSoftwareUsingPython11Preface51.1WhyReadThisBook?.......................................51.2WhatIsThisBookAbout?.....................................51.3Audience.............
2、..................................61.4ConventionsUsedinThisBook..................................82GettingStarted112.1AboutPython............................................112.2AboutProgramming.........................................182.3LetThereBePython:Downloadi
3、ngandInstalling........................242.4TwoMinimally-GeekyProblems:ExamplesofThingsBestDonebyCustomizedSoftware.302.5WhyPythonisSoCool.......................................353UsingPython393.1InstantGrati?cation:TheSimplestPossibleConversation...................
4、393.2IDLETime:UsingToolsToBeMoreProductive........................484ArithmeticandExpressions554.1SimpleArithmetic:NumbersandOperators...........................554.2BetterArithmeticThroughFunctions...............................674.3ExtraFunctions:mathandrandom....
5、.............................744.4SpecialOps:BinaryDataandOperators.............................794.5MoreAdvancedExpressionTopics.................................865ProgrammingEssentials955.1SeeingResults:TheprintStatement...............................955.2TurningP
6、ythonLooseWithaScript...............................995.3Expressions,ConstantsandVariables...............................1025.4AssignmentBonusFeatures.....................................1085.5CanWeGetYourInput?......................................1116SomeSelf-Cont
7、rol1176.1TruthandLogic:BooleanDataandOperators.........................1176.2MakingDecisions:TheComparisonOperators..........................1236.3AdvancedLogicOperators.....................................1276.4ProcessingOnlyWhenNecessary:TheifStatement............
8、..........1306.5WhileWeHaveMoreToDo:TheforStatement........................1376.6WhileWeHaveMoreToDo:ThewhileStatement....................