首页计算机书籍计算机语言《A Byte of Python》Swaroop C H
尼克号

文档

226

关注

0

好评

0
PDF

《A Byte of Python》Swaroop C H

阅读 846 下载 0 大小 598.94K 总页数 129 页 2022-09-27 分享
价格:¥ 10.00
下载文档
/ 129
全屏查看
《A Byte of Python》Swaroop C H
还有 129 页未读 ,您可以 继续阅读 或 下载文档
1、本文档共计 129 页,下载后文档不带www.pdfdz.com水印,支持完整阅读内容。
2、古籍基本都为PDF扫描版,所以文档不支持编辑功能,即不支持文档内文字的复制粘贴。
3、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
4、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
5、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。
A Byte of PythonSwaroop C H27May2013Contents1 A Byte of Python1.2 Academic Courses1111121212l.7 Read the book in your native language.··············122 Preface13。132.2 History Lesson132.3 Status Of The Book....1414143 Introduction153.1 Features of Python......1515151516116163.1.7 Object Oriented16173.1.9 Embeddable......173.1.10 Extensive Libraries..173.2 Python 2 versus 3173.3 What Programmers Say184 Installation184.1 Installation on Windows...1818192020205 First Steps2121222325265.5 Sumry276 Basics27276.2 Literal Constants2828286.4.1 Single Quote....286.4.2 Double Quotes....2826.4.3 Triple Quotes.....29296.4.5 The fort method296.5306.6 Identifier Naming..........313131326.10 Example:Using Variables And Literal Constants323334357 Operators and Expressions35353838397.4 Associativity4040408 Control Flow418.1 The if statement418.2 The while Statement...4344464747483
返回顶部