Fluent PythonMaster Python's advanced features with this comprehensive guide to writing Pythonic codeVisit Fluent Python →Books3/10/2026NewTopicsPythonAdvancedBest PracticesObject-Oriented Programming
Architecture Patterns with PythonFree online book on applying DDD, ports and adapters, and event-driven architecture in Python — by the authors of the famous "Cosmic Python"Newarchitectureddd
Effective Python125 specific ways to write better Python — covers Pythonic thinking, functions, classes, concurrency, and robustnessNewintermediatebest-practices
High Performance PythonPractical guide to profiling, optimising, and scaling Python code — covers NumPy, Cython, asyncio, multiprocessing, and memory management in depthNewperformanceoptimisation