副标题: Undergraduate Topics In Computer Science
电子书下载格式:pdf
作者:JohnHunt
出版时间:
书籍简介:
This textbook on Python 3 explains concepts such as variables and what they represent, how data is held in memory, how a for loop works and what a string is. It also introduces key concepts such as functions, modules and packages as well as object orientation and functional programming. Each section is prefaced with an introductory chapter, before continuing with how these ideas work in Python. Topics such as generators and coroutines are often misunderstood and these are explained in detail, whilst topics such as Referential Transparency, multiple inheritance and exception handling are presented using examples. A Beginners Guide to Python 3 Programming provides all you need to know about Python, with numerous examples provided throughout including several larger worked case studies illustrating the ideas presented in the previous chapters.
这本关于Python 3的教科书介绍了诸如变量及其含义,数据如何在内存中保存,for循环如何工作以及字符串是什么等概念。 它还介绍了关键概念,例如函数,模块和软件包以及面向对象和函数式编程。 在继续介绍这些想法在Python中的工作方式之前,每个部分均以介绍性章节开头。 诸如生成器和协程之类的主题经常被误解,并对其进行了详细说明,而诸如引用透明性,多重继承和异常处理之类的主题则通过示例进行介绍。 《 Python 3编程新手指南》为您提供了有关Python的所有知识,并提供了许多示例,其中包括一些较大的工作案例研究,这些案例研究了前几章中提出的思想。