-
http://apphosted.com/
Simplified python hosting in "the cloud".
-
http://code.google.com/intl/en/apis/calendar/caldav/
Google's CalDAV api documentation. Their calendar service supports some caldav functionality, but not all. Interesting potential for soundclient.
-
http://code.google.com/p/gmapcatcher/
An AWESOME piece of code that creates a python based gui google maps browser and auto-downloader for offline user. Really, really, really useful. :-)
-
http://kencochrane.net/blog/2011/06/django-gunicorn-nginx-supervisord-fabric-centos55/
Useful article on how to deploy django apps on nginx. Handy.
-
http://kencochrane.net/blog/2011/06/django-hosting-roundup-who-wins/
Article mentioning a selection of django hosting providers that provide "managed hosting". Very useful, some great companies.
-
http://learnpythonthehardway.org/book/
An online book (or $2.99 pdf) on learning python. Looks interesting. Smart name.
-
http://moinmo.in/
Wiki written in python as used by Ubuntu, FreeBSD, Debian and others. Uses flat file storage by default. Lovely.
-
http://newspipe.sourceforge.net/
Newspipe reads an OPML file and sends the feeds by email. It has one unique feature in that it can scrape the link url and send the full thing as a MIME attachment to an email. Good for feeds which only publish descriptions. Written in python.
-
http://pypi.python.org/pypi/caldav
Python CalDAV library. Combined with Google's CalDAV api it could be a powerful calendar backend.
-
http://rss2email.infogami.com/CHANGELOG
rss2email reads feeds and delivers them by smtp. Written in python by Aaron Swartz.
-
http://twill.idyll.org/
twill is a simple language that allows users to browse the Web from a command-line interface. With twill, you can navigate through Web sites that use forms, cookies, and most standard Web features.
-
http://www.askthepony.com/blog/2011/07/setup-a-complete-django-server-deploy-rollback-%E2%80%93-all-in-one-powerful-script/
A script to set up and deploy django servers. Hat tip rob.
-
http://www.getwindmill.com/
Web browser testing and automation framework / suite. Similar to selenium. Cross platform, cross browser. Hat tip sfllaw.
-
https://github.com/robstyles/Massive-Coupon---Open-source-groupon-clone
Open source groupon clone built on django. Some uptake and support. Released in 2009 under MIT license.
-
https://www.appfog.com/
PaaS offering for a wide range of platforms, free up to 8 servers, 2G of ram, 100M database. Supports, PHP, Node.js and more.