资源描述:
《41_生物信息学编程使用Python》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、BioinformaticsProgrammingUsingPythonBioinformaticsProgrammingUsingPythonMitchellLModelBeijing•Cambridge•Farnham•Köln•Sebastopol•Taipei•TokyoBioinformaticsProgrammingUsingPythonbyMitchellLModelCopyright©2010MitchellLModel.Allrightsreserved.PrintedintheUnitedStatesofAmerica.Publi
2、shedbyO’ReillyMedia,Inc.,1005GravensteinHighwayNorth,Sebastopol,CA95472.O’Reillybooksmaybepurchasedforeducational,business,orsalespromotionaluse.Onlineeditionsarealsoavailableformosttitles(http://my.safaribooksonline.com).Formoreinformation,contactourcorporate/institutionalsale
3、sdepartment:800-998-9938orcorporate@oreilly.com.Editor:MikeLoukidesIndexer:LucieHaskinsProductionEditor:SarahSchneiderCoverDesigner:KarenMontgomeryCopyeditor:RachelHeadInteriorDesigner:DavidFutatoProofreader:SadaPreischIllustrator:RobertRomanoPrintingHistory:December2009:FirstE
4、dition.O’ReillyandtheO’ReillylogoareregisteredtrademarksofO’ReillyMedia,Inc.BioinformaticsPro-grammingUsingPython,theimageofabrownrat,andrelatedtradedressaretrademarksofO’ReillyMedia,Inc.Manyofthedesignationsusedbymanufacturersandsellerstodistinguishtheirproductsareclaimedastra
5、demarks.Wherethosedesignationsappearinthisbook,andO’ReillyMedia,Inc.wasawareofatrademarkclaim,thedesignationshavebeenprintedincapsorinitialcaps.Whileeveryprecautionhasbeentakeninthepreparationofthisbook,thepublisherandauthorassumenoresponsibilityforerrorsoromissions,orfordamage
6、sresultingfromtheuseoftheinformationcon-tainedherein.TMThisbookusesRepKover,adurableandflexiblelay-flatbinding.ISBN:978-0-596-15450-9[M]1259959883TableofContentsPreface.....................................................................xi1.Primitives...........................
7、..................................1SimpleValues1Booleans2Integers2Floats3Strings4Expressions5NumericOperators5LogicalOperations7StringOperations9Calls12CompoundExpressions16Tips,Traps,andTracebacks18Tips18Traps20Tracebacks202.Names,Functions,andModules..........................
8、................21AssigningNames23DefiningFunctions24F