Fluent Python, 2nd Edition

- 书名:Fluent Python, 2nd Edition
- 作者: LucianoRamalho
- 格式:PDF
- 时间:2024-06-29
- 评分:
- ISBN:9781492056331
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...
-
看多就懂了2023-08-05老实说,这本书没看完,我是当工具书来查询的。之前关于 文字编码的问题,一直没弄懂,找了不少资料都云里雾里。看了这本书,有点弄明白了。这就是这本书深入某个知识点,把问题方方面面讲透的好处了。其他书籍这一点是做不到的。推荐给想好好学 python 的人,绝对推荐。
-
tidetam2022-01-09很多干货,加深python的认识,很多最新版本的特性也有更新
-
夏嘉莫察瓦绒2023-08-10读完你就可以回答what makes python awesome,虽然不涉及到源码级别,但是是对python 内部逻辑的一个抽象总结,很好的进阶书籍。
-
眯眼西索2023-08-30异味的好处之一是,没有经验的人也很容易发现,即使他们既没有足够的知识来评判是否真的有问题,也不知道如何修正问题。我听说,有一些首席开发人员会提出“一周异味之星”,让团队成员寻找代码异味问题,找到问题后交给高级开发人员解决。一次解决一个异味问题是不错的做法,可以让团队成员循序渐进,引导他们成为更好的程序员。
-
眯眼西索2023-08-30Q: dataclass 装饰器是做什么的?A: 减少创建类的时候的样板代码的。这个装饰器不关心定义类的时候的类型注解,除了两个: 1⃣️ClassVar伪类型,被注释属性会成为类属性。 2⃣️InitVar伪类型,被注释的属性不会成为实例属性,而是会在__post_init__方法中被调用。
-
眯眼西索2023-07-05t0=time.perf_counter()result=func(*args)elapsed=time.perf_counter()-t0
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版