I'm learning python and my current focus is on web programming. Thx to some help from stackoverflow, I recently made some reasonable progress. While still at basic level, I can now "somewhat" comfortably use html templates, web frameworks (haven't done anything significant yet), sqlite (no mySQL yet), etc.
Before I start another project, I'd like to review some interesting/instructive code (web UI). I have been searching at all the normal places but this process is very hit or miss.
If anyone has code and/or links to code that they believe would help me further my education, I would be most appreciative if they would post here.
As an aside, I have started using the twitter APIs (easy/fun source of a ton of data) - so any code that fits the bill and uses Twitter is a bonus.
Thx!!
Update: to be clear, I'm looking more for examples like: http://code.reddit.com/ (source code for reddit). This example is beyond my abilities but is interesting nonetheless.