Page 1 of 1

Our new Python / Django / C++ / Assembly forum

Posted: Mon Jan 31, 2011 2:39 pm
by KBleivik
For various reasons we are developing a new Python / Django / C++ / Assembly forum:

http://www.oopschool.com/phpBB3/index.php

So long we have collected some link resources there and showed how to set up a Django Python powered test server on Windows. Django defines itself as
the Web framework for perfectionists with deadlines.
So take a look there if you intend to set up a Python / Django powered web site.
Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
Source: http://www.modpython.org/