Lee
Lee
发布于 2024-01-19 / 66 阅读

关于博主

上海/厦门Python开发工程师

书籍推荐:

1. 《Python Cookbook》(第三版) - David Beazley & Brian K. Jones ◦ 提供了大量实用的编程技巧和最佳实践。

2. 《Effective Python: 90 Specific Ways to Write Better Python》 - Brett Slatkin ◦ 90个具体的建议,帮助提高Python编程效率。

3. 《Fluent Python: Clear, Concise, and Effective Programming》 - Luciano Ramalho ◦ 深入探讨Python语言的高级特性。

4. 《Clean Code: A Handbook of Agile Software Craftsmanship》 - Robert C. Martin ◦ 虽然不是Python特有,但提供了编写整洁、可维护代码的原则。

5. 《Design Patterns: Elements of Reusable Object-Oriented Software》 - Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides ◦ 经典的“四人帮”著作,介绍了23种设计模式。

6. 《Refactoring: Improving the Design of Existing Code》 - Martin Fowler ◦ 重构的最佳实践和技巧。

7. 《Test Driven Development: By Example》 - Kent Beck ◦ 测试驱动开发(TDD)的实践指南。

8. 《The Pragmatic Programmer: Your Journey to Mastery》 - Andrew Hunt, David Thomas ◦ 提供了成为优秀程序员的实用建议。

9. 《Python Crash Course: A Hands-On, Project-Based Introduction to Programming》 - Eric Matthes ◦ 适合初学者的Python编程实践指南。

10. 《You Don't Know JS》(系列) - Kyle Simpson ◦ 深入理解JavaScript,对于理解编程语言的工作原理非常有帮助。


评论