mod_wsgi apache python
WSGI is a specification for web servers and application servers to communicate with web application. The WSGI interface has "server" or "gateway" and "application" or "framework". The server invokes a callable object that is provided by the application.
Click Here to read detail on mod_wsgi apache python
|
Fetching values from mysql using MySQLdb and Python
how can i fetch values from MySQL database using MySQLdb and python
Click Here to read detail on fetching values from mysql using mysqldb and python
|