June 2011 Meeting

Topic: Web Frameworks Date: June 8, 2011 at BigDoor.

MikeOrr gave a talk on the history of Python web frameworks and Pyramid/Pylons. The outline is here: python-web-frameworks-history.txt

JamesCooper gave a short talk on the Flask framework. Flask is a new (post-2008) microframework. "Microframework" means its primary goal is to be small and simple.

KevinLaTona gave a short talk on the Aspen framework. Aspen is also new and small, and it has a unique application API, where views are literal files like PHP, and they combine the view code and template in the same file, separated by a page-break character (ctrl-L).

Attendance

Post-Meeting Talk

CrisEwing announced a PyCamp in late August. It's a week-long Python tutorial or "boot camp" (40 hours). Cost is a low $325-375. Flyer (PDF)


PastMeetingNotes

June2011Notes (last edited 2011-06-09 17:33:23 by MikeOrr)