setting virtual environment on FreeBSD
For development you can set us virtual environment on FreeBSD
Click Here to read detail on setting virtual environment on freebsd
|
setting virtual environment on windows
For development you can set us virtual environment on windows
Click Here to read detail on setting virtual environment on windows
|
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
|