书籍 Python Cookbook的封面

Python Cookbook

David Beazley, Brian K. Jones

出版时间

2013-05-29

ISBN

9781449340377

评分

★★★★★
书籍介绍
Portable, powerful, and a breeze to use, Python is the popular open source object-oriented programming language used for both standalone programs and scripting applications. Completely updated for Python 3, the recipes in this book include: Data structures and algorithms Strings and text Dates and times Metaprogramming Testing With scores of practical examples and pertinent background information, the Python Cookbook, 3rd Edition is the one source you need if you're looking to build efficient, flexible, scalable, and well-integrated systems.
用户评论
来自Fluent Python的推荐。很多优秀的Snippets,实战价值巨大,适合快速阅读建立知识框架,然后频繁参考。推荐!
60
看过挺多遍了 每当觉得手足无措时就会翻一翻
阅读理解与实践
Python 参考书,遇到问题可以来查查有没有解决方案,当然现在用 Stack Overflow 也不错。
很好的工具书
务必看英文版
每一章都提供了 20 个左右的非常具体的问题场景,因而解答也看起来非常细节,但是细节中到处都体现了 Python 的高阶特性。如果有比较好的编程经验的话,可能反过来透过细节去思考 Python 的 smart 的处理方式受益会更多。
驯服蟒蛇的最(qi)佳(ji)实(yin)践(qiao)大集合,不少章节得反复读才能大致明白,先混个脸半熟,希望以后想吃的时候还能记得去哪里找菜谱。
Z-Library