Hacker News new | ask | show | jobs
by pyuser583 1627 days ago
Where is this advanced Python echo chamber?

I’m a pretty good Python dev, but I feel in order to advance my skills I need to get into extensions … which I don’t have the time for.

Any suggestions on advanced Python resources?

1 comments

Check out these books:

* Fluent Python — takes you through Python’s core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time

* Serious Python — deployment, scalability, testing, and more

* Practices of the Python Pro — learn to design professional-level, clean, easily maintainable software at scale, includes examples for software development best practices

Fluent Python 2nd edition was just released in December, but I can unfortunately not find it anywhere
Author mentioned physical copies to be available around April.