资源描述:
《(web) Prentice Hall PTR - Core Python Programming.bak.pdf》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、Programming>CorePythonProgrammingSeeAllTitlesCorePythonProgrammingWesleyJ.ChunPublisher:PrenticeHallPTRFirstEditionDecember14,2000ISBN:0-13-026036-3,816pagesBuyPrintVersionFrontMatterTableofContents●NewtoPython?Thisisthedeveloper'sguidetoPythondevelopment!AbouttheAuthor
2、Examples●LearnthecorefeaturesofPythonaswellasadvancedtopicssuchasregularexpressions,multithreadedprogramming,Web/Internetandnetworkdevelopment,GUIdevelopmentwithTk(inter)andmore●AlsoincludesfeaturesfoundinthenewPython1.6and2.0releases●CD-ROM:CompletePythondistributions(
3、sourcecode,documentation,andvariousbinaries)plusallexamplescriptsinthebookPythonisanInternetandsystemsprogramminglanguagethatissoaringinpopularityintoday'sfast-pacedsoftwaredevelopmentenvironment,andnowonder:it'ssimple(yetrobust),object-oriented(yetcanbeusedasaprocedura
4、llanguage),extensible,scalableandfeaturesaneasytolearnsyntaxthatisclearandconcise.PythoncombinesthepowerofacompiledobjectlanguagelikeJavaandC++withtheeaseofuseandrapiddevelopmenttimeofascriptinglanguage.Infact,itssyntaxissoeasytounderstandthatyouaremorelikelytopickitupf
5、asterthananyoftheotherpopularscriptinglanguagesinusetoday!InCorePythonProgramming,InternetsoftwareengineerandtechnicaltrainerWesleyChunprovidesintermediateandexperienceddevelopersalltheyneedtoknowtolearnPython-fast.LikeallCoreSeriesbooks,CorePythonProgrammingdelivershun
6、dredsofindustrial-strengthcodesnippetsandexamples,alltargetedatprofessionaldeveloperswhowanttoleveragetheirexistingskills!Inparticular,CorePythonProgrammingpresentsnumerousinteractiveexamplesthatcanbeenteredintothePythoninterpreterrightinfrontofyou!Finally,wepresentacha
7、pterthatshowsyoustep-by-stephowtoextendPythonusingCorC++.●Pythonsyntaxandstyle●DevelopmentandRun-timeEnvironments●ObjectsandPythonmemorymanagement●Standarddatatypes,methods,andoperators●Loopsandconditionals●FilesandInput/Output●Exceptionsanderrorhandling●Functions,scope
8、,arguments,andfunctionalprogramming●Importingmodulesandmoduleattributes●Object-orientedProgrammingwithclasses,