[BangPypers] Web Application Development

Sudheer Satyanarayana sudheer.s at sudheer.net
Thu May 5 13:31:02 CEST 2011


On Thursday 05 May 2011 03:52 PM, Ataulla S H wrote:
> go for pylons framework with mysql
To be precise, use Pyramid. Pylons is now a brand name under which 
several projects exist. Pylons 1.0 is now a legacy framework. If you are 
looking at Pylons, go with Pyramid. A typical Pyramid application uses 
SQLAlchemy ORM to talk to databases.

Like Kenneth mentioned, mod_python is dead.

WSGI is the way to go. A web server, paster is shipped along with 
Pyramid. You can use that as well. You could either use either paster or 
mod_wsgi.


-- 

With warm regards,
Sudheer. S
Personal home page - http://sudheer.net | Tech Chorus - http://techchorus.net
Web and IT services - http://binaryvibes.co.in
Twitter: http://twitter.com/bngsudheer http://twitter.com/binaryvibes



More information about the BangPypers mailing list