Hacker News new | ask | show | jobs
by nightski 1256 days ago
Does anyone know a good resource for someone who was very familiar with older Python (early 2.x) and would like to get up to speed on the latest Python along with current/best practices?
1 comments

In no particular order or preference:

* Think Python 2nd Edition (or How to think like a computer scientist. More recently, "Learn python the right way" based on same book.)

* Fluent Python 2nd Edition, Ramalho

* Python Distilled, Dave Baezley