Python web framework in three hours

Joe Gregorio (of httplib2 fame) created another Python web framework just to see how easy it is to create one.

Quoth Joe:

When asked about the plethora of web frameworks for Python the answer is often that it is way too easy to put together one in Python. That certainly seems plausible since there are so many libraries that implement the components of a web framework and if it’s easy to plug those pieces together then maybe that lowers the bar of entry for new frameworks. So let’s give it a shot, we’ll pick some components and spend a couple hours seeing how far we can get building a web framework…

Three hours and 60 lines of code later, Robaccia was born.

It’s a really interesting post. Check it out.

Leave a Reply