Hacker News new | ask | show | jobs
by modelviewpotato 1526 days ago
Some that I've read and enjoyed:

- Introducing Python, 2nd Edition by Bill Lubanovic (Beginner Level)

- Python Distilled, David M. Beazley (Beginner to Intermediate Level)

- Effective Python (2nd Edition), Brett Slatkin (Intermediate Level)

- Fluent Python (2nd Edition), Luciano Ramalho (Advanced Level)

- CPython Internals, Anthony Shaw (Advanced Level)

- Architecture Patterns with Python, Harry J. W. Percival & Bob Gregory (Advanced Level)