Hacker News new | ask | show | jobs
by aslewofmice 5158 days ago
I felt that way about some of the standard documentation but was relieved to find: http://www.doughellmann.com/PyMOTW/

I also highly recommend checking out Doug Hellman's book 'The Python Standard Library by Example'. He presents every (or almost every) standard library module with simple explanations and plenty of examples.

2 comments

I've never seen this before, but that is an AMAZING improvement on the standard docs
Nice post. This is way better than the standard docs. Having lots of examples really helps.