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


Python 3 Object Oriented Programming

简体网页||繁体网页

Python 3 Object Oriented Programming 2024 pdf epub mobi 电子书 著者简介

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 电子书 图书目录




点击这里下载
    


想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-06-17

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

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

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



喜欢 Python 3 Object Oriented Programming 电子书 的读者还喜欢


Python 3 Object Oriented Programming 电子书 读后感

评分

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

评分

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

评分

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

评分

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

评分

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

类似图书 点击查看全场最低价
出版者:Packt
作者:Dusty Phillips
出品人:
页数:430
译者:
出版时间:2010
价格:£21.99
装帧:pap
isbn号码:9781849511261
丛书系列:

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


Python 3 Object Oriented Programming 2024 pdf epub mobi 电子书 图书描述

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 2024 pdf epub mobi 电子书

Python 3 Object Oriented Programming 2024 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Python 3 Object Oriented Programming 2024 pdf epub mobi 用户评价

评分

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

评分

内容与语法无关, 严格的Python OOP入门。 单单第四章的: Exception handling 第八九章的 Python design pattern 就值得一读

评分

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

评分

内容与语法无关, 严格的Python OOP入门。 单单第四章的: Exception handling 第八九章的 Python design pattern 就值得一读

评分

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

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


分享链接









相关图书




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

友情链接

© 2024 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有