扫码关注官方订阅号
Ruby 有本 Metaprogramming Ruby, JavaScript 有本 JavaScript: The Good Parts,都是进阶必看的经典书籍。Python 对应的是哪本呢?
ringa_lee
Python源码剖析core python programming 2nd editionExpert Python Programmingpython参考手册
===============分割线=================2016/04/16更新
自己整理了一份关于 Python 的书籍, 按照水平和应用分类。https://github.com/Junnplus/awesome-python-books
Grammar
Algorithm
Game Development
Hardware
Machine Learning
Natural Language Processing
Network
Science and Data Analysis
Security
System Administration
Web Development
Web Scraping
另附中文版一份 https://github.com/Junnplus/awesome-python-books/blob/master/README-ZH_CN.md
编写高质量代码:改善Python程序的91个建议
其实我觉得Python核心编程不错 再配上一本Python自带的library手册 就基本差不多了
编写高质量代码:改善Python程序的91个建议Python Cookbook
《Python编程实战》 关于 设计模式,并发,网络
《Parallel Programming with Python》 关于并行计算
《High Performance Python》 关于 数据,算法,最佳实践
...
Learning Python,5th。 虽说从名字上看是本基础书,但是很多解答不了的问题,最后都是在这上面找到的答案。
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
Python源码剖析
core python programming 2nd edition
Expert Python Programming
python参考手册
===============分割线=================
2016/04/16更新
自己整理了一份关于 Python 的书籍, 按照水平和应用分类。
https://github.com/Junnplus/awesome-python-books
Grammar
Algorithm
Game Development
Hardware
Machine Learning
Natural Language Processing
Network
Science and Data Analysis
Security
System Administration
Web Development
Web Scraping
另附中文版一份 https://github.com/Junnplus/awesome-python-books/blob/master/README-ZH_CN.md
编写高质量代码:改善Python程序的91个建议
其实我觉得Python核心编程不错
再配上一本Python自带的library手册 就基本差不多了
编写高质量代码:改善Python程序的91个建议
Python Cookbook
《Python编程实战》 关于 设计模式,并发,网络
《Parallel Programming with Python》 关于并行计算
《High Performance Python》 关于 数据,算法,最佳实践
...
Learning Python,5th。
虽说从名字上看是本基础书,但是很多解答不了的问题,最后都是在这上面找到的答案。