Python CookbookPractical recipes and solutions for common programming tasks in PythonVisit Python Cookbook →Books3/10/2026NewTopicsPythonRecipesPracticalReference
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