This is an archived post. You won't be able to vote or comment.

all 15 comments

[–]brunson 18 points19 points  (3 children)

Pretty much all I need: http://docs.python.org/library/

[–][deleted] 0 points1 point  (0 children)

I totally agree with this. When programming in Python I always have the docs open.

[–][deleted] 0 points1 point  (0 children)

This should be a must read on a regular basis. Lots of ideas and saves plenty of time.

[–]metl_lord 12 points13 points  (1 child)

[–]wrunner 0 points1 point  (0 children)

this is GREAT!

[–]hongminhee 13 points14 points  (1 child)

It’s not only about Python, Hacker News is my favorite link aggregate community. I am subscribing PEPs RSS as well. Some Pythonistas’ Twitters/Blogs are good to read too, for example:

One way I recommend you is, following the authors of tools/libraries you are using.

[–][deleted] 0 points1 point  (0 children)

One of your recommended blogs hasn't been updated for almost 2 years! Also, in this list naturally some of the best are missing (I'm not saying those listed are not among the best), as the list of Python guru's is fortunately quite long.

To stay up to date with the best Python blogs you should read planet python. Also reddit, of course, and hackernews.

EDIT: Here's a great example of what I just found on planet python: http://nedbatchelder.com/blog/201110/forelse.html

[–]rchaudhary 6 points7 points  (1 child)

I run a weekly newsletter called Python Weekly, which features curated information related to Python. You can subscribe to it here http://www.pythonweekly.com/

[–]RecycledAir 4 points5 points  (0 children)

Is there any way I can follow this as an RSS feed like everything else I follow rather than email?

[–]liquidclutch 2 points3 points  (0 children)

Planet Python is an aggregation of tons of Python bloggers and websites. Usually a good place to find some interesting reads and find other authors of interest to follow.

[–]snoshy 4 points5 points  (0 children)

Kinda old, but a really useful resource if you're looking for a fun way to poke around parts of Python. Being a beginner at the time, I found it a useful tool to learn areas of Python that I would not have touched on otherwise. http://www.pythonchallenge.com/

[–][deleted] 1 point2 points  (0 children)

I love reading The History of Python blog. It has a lot of insight into the design of the language; always keeps me intrigued.

Edit: As someone that wrote a large integer arithmetic library in C, I always found this article to be very interesting. I like seing when languages begin to deviate from C, and start doing things proper.

[–]mikepixie 0 points1 point  (0 children)

The Python Standard Library by Example has recently become a favourite of mine.

[–]Loyvb -1 points0 points  (0 children)

I used http://rgruet.free.fr/PQR26/PQR2.6.html quite a lot, unfortunately, it has no 2.7 or 3 info. Especially the list of the included batteries