Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Python news site that's the near equivalent of RubyFlow?

Tags:

python

I really like the format and type of links from RubyFlow for Ruby related topics. Is there an equivalent for Python that's active? There is a PythonFlow, but I think it's pretty much dead.

I don't really like http://planet.python.org/ because there's lots of non-Python stuff on there and there's very little summarization of posts.

like image 876
chaostheory Avatar asked Jan 17 '09 17:01

chaostheory


3 Answers

http://www.reddit.com/r/Python is my favorite source for Python news.

like image 93
Kamil Kisiel Avatar answered Sep 22 '22 23:09

Kamil Kisiel


Possibly http://www.planetpython.org/ or http://planet.python.org/.

like image 37
Sophie Alpert Avatar answered Sep 19 '22 23:09

Sophie Alpert


http://planetpython.org/ (the unofficial planet) is generally better than http://planet.python.org/ (the official one) - I think the maintainers of the unofficial one are a bit more active in trimming feeds and maybe more careful about subscribing to Python category feeds if available (they certainly subscribe to the python tag on my blog rather than the whole feed).

like image 2
Simon Willison Avatar answered Sep 21 '22 23:09

Simon Willison