Some frameworks to check out
March 16th, 2009
I have been playing around with a couple of different frameworks lately. One is PHP based and one is Python based. Zend Framework makes it easy to quickly develop PHP applications. It supports many common needs for common applications, authentication, DB connection, URL management, access control lists, and many 3rd party apps. Django is a high-level Python framework that helps with rapid and clean web application development.
Here is a good example of Django being used.
I haven’t had much time to mess with Django yet but hope to get to soon.
Rails, dude. TFDA dev team needs you!