首页计算机书籍计算机语言《Python Programming - An Introduction To Computer Science》John M. Zelle Ph.D
弗兰克马克

文档

221

关注

0

好评

0
PDF

《Python Programming - An Introduction To Computer Science》John M. Zelle Ph.D

阅读 525 下载 0 大小 1.2M 总页数 261 页 2022-09-27 分享
价格:¥ 10.00
下载文档
/ 261
全屏查看
《Python Programming - An Introduction To Computer Science》John M. Zelle Ph.D
还有 261 页未读 ,您可以 继续阅读 或 下载文档
1、本文档共计 261 页,下载后文档不带www.pdfdz.com水印,支持完整阅读内容。
2、古籍基本都为PDF扫描版,所以文档不支持编辑功能,即不支持文档内文字的复制粘贴。
3、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
4、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
5、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。
Python Programming:An Introduction to Computer ScienceJohn M.Zelle,Ph.D.Version 1.0rc2Fall 2002Copyright @2002 by John M.ZelleAll rights reserved.No part of this publication y be reproduced,stored in a retrieval system,or tranitted,in any form or by any means,electronic,mechanical,photocopying,recording,or otherwise,without priorThis document was prepared with IATEX 2e and reproduced by Wartburg College Printing Services.Contents1 Computers and Programs1.4 Hardware Basics31.5Programming Languages1.6 The Magic ofPython451.7Inside a Python Program81.8101.9 Exercises2Writing Simple Programs2.1 The Software Development Process1152.3.1 Names2.3.2 Expressions.·2.4 Output Statements....162.5 Assignment Statements.....2.5.1Simple Assignment.··172.5.2Assigning Input.....2.5.3Simultaneous Assignment2.6 Definite Loops.........22.7 Example Program:Future Value.....................2.8 Exercises243 Computing with Numbers3.1Numeric Data Types2532Using the Math Library.......3.3Accumulating Results:Factorial3.4The Limits of IntHandling Large Numbers:Long Ints123.7Exercisesふ4 Computing with Strings394.1 The String Data Type34.2Simple String Processing...44.3Strings and Secret Codes4.3.1String Representation..4.3.2Programming an Encoder4.3.3Programming a Decoder4.3.4Other String Operations48
返回顶部