Python 3 Object Oriented Programming pdf epub mobi txt 电子书 下载 2024


Python 3 Object Oriented Programming

简体网页||繁体网页
Dusty Phillips
Packt
2010
430
£21.99
pap
9781849511261

图书标签: python  编程  Python  设计模式  oop  面向对象  packt  Computation   


喜欢 Python 3 Object Oriented Programming 的读者还喜欢




点击这里下载
    


想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-05-10

Python 3 Object Oriented Programming epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

Python 3 Object Oriented Programming epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

Python 3 Object Oriented Programming pdf epub mobi txt 电子书 下载 2024



图书描述

Object Oriented Programming is a very important aspect of modern programming languages. The basic principles of Object Oriented Programming are relatively easy to learn. Putting them together into working designs can be challenging.

This book makes programming more of a pleasure than a chore using powerful Python 3 object-oriented features of Python 3. It clearly demonstrates the core OOP principles and how to correctly implement OOP in Python.

Object Oriented Programming ranks high in importance among the many models Python supports. Yet, many programmers never bother learning the powerful features that make this language object oriented.

The book teaches when and how OOP should be correctly applied. It emphasizes not only the simple syntax of OOP in Python, but also how to combine these objects into well-designed software.

This book will introduce you to the terminology of the object-oriented paradigm, focusing on object-oriented design with step-by-step examples. It will take you from simple inheritance, one of the most useful tools in the object-oriented programmer's toolbox, all the way through to cooperative inheritance, one of the most complicated. You will be able to raise, handle, define, and manipulate exceptions.

You will be able to integrate the object-oriented and the not-so-object-oriented aspects of Python. You will also be able to create maintainable applications by studying higher level design patterns. You'll learn the complexities of string and file manipulation, and how Python distinguishes between binary and textual data. Not one, but two very powerful automated testing systems will be introduced to you. You'll understand the joy of unit testing and just how easy they are to create. You'll even study higher level libraries such as database connectors and GUI toolkits and how they apply object-oriented principles.

Harness the power of Python 3 objects; it's not just a scripting language

Python 3 Object Oriented Programming 下载 mobi epub pdf txt 电子书

著者简介

Dusty Phillips 是一名加拿大自由软件开发人员、教师、武术家以及开源爱好者。他和Arch Linux 社区以及其他开源社区有着紧密联系。他维护着Arch Linux 的门户网站以及编译了流行的Arch Linux 手册。Dusty 持有计算机科学人机交互方向的硕士学位。他目前在自己的计算机里安装了6 种不同的Python 解释器。

译者简介

肖鹏,毕业于北京理工大学信息与通信工程专业,2011年起就职于思科系统(中国)信息技术服务有限公司,是一名网络咨询工程师,具有多年Python网络开发经验。个人博客: http://www.pythoner.io/ GitHub:xiaopeng163

常贺,毕业于北京邮电大学计算机科学与技术专业,现就职于思科系统中国公司高级服务部门。他具备多年的网络监控管理系统的开发经验。

石琳,思科系统(中国)信息技术服务有限公司网络咨询工程师,具有多年python开发经验,目前从事SDN方面的技术工作。


图书目录


Python 3 Object Oriented Programming pdf epub mobi txt 电子书 下载
想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

用户评价

评分

很不错的书,讲解了很多面向对象的知识,面向对象是一种思维不是一种特定的要求从这个角度看这本书有点简单,但是作为入门本身是很好的。但是这本书的翻译实在是错误很多,影响阅读质量。

评分

太入门

评分

翻看了一遍 20160922

评分

设计模式那两张实在是太棒了 TwT 不过UML画地略捉急 还有把 Usa 拼成 Use 这样的错误

评分

专注于Python3的面向对象的编程,感觉话题都不太深入,作为入门,议题又有些窄。个人认为精华都在设计模式那两章,可惜话题也不是特深入。

读后感

评分

首先要说的就是,这本书我还没读完。但是忍不住要写一下感想。 这本书从定位上是Python的一本进阶书籍。当你对Python有了一定的基本了解以后,想深入学习下Python的面向对象特性,那么可以读此书。我当时就是抱着这种想法找到了这本书。然而读了五六章后发现,这尼玛觉不是简...  

评分

这本书花了不到2天时间看过第一遍。可能是面向对象的主题原本就不好写,我从书中得到的并不是很多,它的面向对象知识没有《Python核心编程》写的详细,设计模式没有《精通Python设计模式》说的好,而测试、多线程等的章节,基本可以忽略...... 硬件方面,书的印刷纸张并不好。 ...  

评分

前5章是些Python的基础知识,用过Python2的人应该可以直接跳过。而后开始讲解数据结构和设计模式,给了我很多启发。Python这样灵活的语言,在设计方面确实会和其他语言有些许不同。最后的三章阐述了一些细节的问题,尤其是最后一章,列举了很多流行的第三方库。 总的来说,是一...

评分

内容:一位python初学者,知道python语法,会用python写比helloworld复杂一些的代码,就可以看这本书了。这本书循循善诱,教如何用python进行面向对象编程,方法很Pythonic,而不仅仅是python的class。每一章后面的案例也是蛮有意思的。讲解的过程中会把每一次改进用黑...  

评分

这本书花了不到2天时间看过第一遍。可能是面向对象的主题原本就不好写,我从书中得到的并不是很多,它的面向对象知识没有《Python核心编程》写的详细,设计模式没有《精通Python设计模式》说的好,而测试、多线程等的章节,基本可以忽略...... 硬件方面,书的印刷纸张并不好。 ...  

类似图书 点击查看全场最低价

Python 3 Object Oriented Programming pdf epub mobi txt 电子书 下载 2024


分享链接









相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 qciss.net All Rights Reserved. 小哈图书下载中心 版权所有