Mastering Object-oriented Python 2014.pdf

时间:2017-08-18 09:01:31
【文件属性】:

文件名称:Mastering Object-oriented Python 2014.pdf

文件大小:3.23MB

文件格式:PDF

更新时间:2017-08-18 09:01:31

python object oriented

python 的面向对象教程。 This book will introduce you to more advanced features of the Python programming language. The focus is on creating the highest quality Python programs possible. This often means creating programs that have the highest performance or are the most maintainable. This means exploring design alternatives and determining which design offers the best performance while still being a good fit with the problem that is being solved. Most of the book will look at a number of alternatives for a given design. Some will have better performance. Some will seem simpler or be a better solution for the problem domain. It's essential to locate the best algorithms and optimal data structures to create the most value with the least computer processing. Time is money, and programs that save time will create more value for their users. Python makes a number of internal features directly available to our application programs. This means that our programs can be very tightly integrated with existing Python features. We can leverage numerous Python features by ensuring that our OO designs integrate well. We'll often focus on a specific problem and examine several variant solutions to the problem. As we look at different algorithms and data structures, we'll see different memory and performance alternatives. It's an important OO design skill to work through alternate solutions in order to properly optimize the final application. One of the more important themes of this book is that there's no single best approach to any problem. There are a number of alternative approaches with different attributes.


网友评论

  • 很不错,思维很重要
  • 还可以吧,以游戏为切入点一步一步讲解python面向对象开发。
  • 居然是要下载分的。本来是packt的免费资源。
  • 不错,可惜是python3的书
  • 不错的书,值得学习
  • 感谢分享,不错
  • 不错的书,很清晰
  • 感谢分享,赞
  • 介绍Python的面向对象编程,很实用,英文版需要好好阅读。
  • 已经买了中文版的图书,对照着英文的看看翻译的是不是有点问题!
  • 這是進階版的教材, 須要對Phthon已經有基礎的了解.
  • 正需要python 3.4版本的书籍, 学习python面向对象的必备书.
  • 很好,书中的python版本是3.4,python3.4和2.7的区别还是挺大的,找了好久。
  • 很好的Intermediate级别的Python书