内容简介

Python’s simplicity lets you become productive quickly, but often this means you aren’t using everything it has to offer. With the updated edition of this hands-on guide, you’ll learn how to write effective, modern Python 3 code by leveraging its best ideas.

Don’t waste time bending Python to fit patterns you learned in other languages. Discover and apply idiomatic Python 3 features beyond your past experience. Author Luciano Ramalho guides you through Python’s core language features and libraries and teaches you how to make your code shorter, faster, and more readable.

Featuring major updates throughout the book, Fluent Python, second edition, covers:

Special methods: The key to the consistent behavior of Python objects

Data structures: Sequences, dicts, sets, Unicode, and data classes

Functions as objects: First-class functions, related design patterns, and type hints in function declarations

Object-oriented idioms: Composition, inheritance, mixins, interfaces, operator overloading, static typing and protocols

Control flow: Context managers, generators, coroutines, async/await, and thread/process pools

Metaprogramming: Properties, attribute descriptors, class decorators, and new class metaprogramming hooks that are simpler than metaclasses


Luciano Ramalho was a Web developer before the Netscape IPO in 1995, and switched from Perl to Java to Python in 1998. Since then he worked on some of the largest news portals in Brazil using Python, and taught Python web development in the Brazilian media, banking and government sectors. He has presented multiple talks at PyCon US, OSCON, FISL, Rupy, QCon and PythonBrasil. Ram...

下载地址

豆瓣评论

  • 看多就懂了
    老实说,这本书没看完,我是当工具书来查询的。之前关于 文字编码的问题,一直没弄懂,找了不少资料都云里雾里。看了这本书,有点弄明白了。这就是这本书深入某个知识点,把问题方方面面讲透的好处了。其他书籍这一点是做不到的。推荐给想好好学 python 的人,绝对推荐。2023-08-05
  • tidetam
    很多干货,加深python的认识,很多最新版本的特性也有更新2022-01-09
  • 夏嘉莫察瓦绒
    读完你就可以回答what makes python awesome,虽然不涉及到源码级别,但是是对python 内部逻辑的一个抽象总结,很好的进阶书籍。2023-08-10

猜你喜欢

大家都喜欢