Joe Jasinski
Joe Jasinski

Reputation: 10791

News sources for python django

I find myself continually sifting through the net to keep up with Python/Django/web development trends and news. Does anyone recommend any good news sites that focus on web development or they Python community? For example, what new Django modules are popular or interesting new jQuery plugins, etc. Just curious to know how others keep their knowledge up to date.

Upvotes: 6

Views: 996

Answers (4)

jorilallo
jorilallo

Reputation: 788

Coder.io lists Django news too but Django's own community page is my primary source.

http://coder.io/tag/django

Upvotes: 2

David J. Murphy
David J. Murphy

Reputation: 73

I run a Tumblr blog called Djangoed which picks out the best/interesting stories from various sources (including the community aggregator, Django Sites and Reddit amongst others).

Upvotes: 1

Arthur Debert
Arthur Debert

Reputation: 10687

Django Dose is great. They have a bit or erratic updates (but they're back to posting again), but when they do, they really pick up the most interesting developments, both in trunk and around the community. Also the django sub-reddit is pretty good too, most things tend to come that way.

Upvotes: 1

Daniel Roseman
Daniel Roseman

Reputation: 599630

The Django community aggregator is a great source of news and information about what people are doing with Django.

Upvotes: 4

Related Questions