I have been a PHP developer for quite some time, and I heard well about using Python for web scripts. After a little research, I found mod_python that integrates with Apache to allow Python Server Pages, which seem very similar to the PHP pages I'm used to. I also found mod_wsgi which is similar.
I was wondering which implementation of good people Qaru would recommend for those who want a good integration with Apache and MySQL and similar functionality for PHP.
source
share