Ok so here is the list of Python blogs that I have been following since the time I started learning python. I have found out some pretty amazing stuff here. So, I guess a list of them would be helpful for those searching for some good resources:
This is the official blog of Guido van Rossum (creator of Python, not that this mention was needed).
This blog presents you with a tour of the Python standard library through short examples which is pretty good for begginers. Well, ofcourse there is Python Docs to serve this purpose but it has some nice explanations too.
This one is not a blog in itself but has link to all nice and essential python blogs to explore.
- Next, there is http://lucumr.pocoo.org/
This is the blog of Armin Ronacher: Writer of the Flask and Werkzeug frameworks.
- Jonathan Ellis: http://spyced.blogspot.com/
- Phillip Eby: http://dirtsimple.org/
- Mike Bayer: http://techspot.zzzeek.org
- Another interesting one is: The History of Python
It is a series of articles on the history of the Python programming language and its community.
(It was started by Guido van Rossum)