|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Pyhton as ASP
Just wondering if anyone here has ever used python to process form submissions. Kinda like as an alternative to ASP. I'm assuming i'd have to have python and the script installed on the server right?
Please let me know if you have or know of any links to doing this. Thanks a lot.
__________________
"In theory, there is no difference between theory and practice. But, in practice, there is."
|
|
#2
|
|||
|
|||
|
If you have the Win32All extensions installed then Python can be used as a ActiveScripting language, which means that it can be used directly in ASP as an alternative to VBScript.
There are a large number of alternative ways of using Python on the server side. These range from using it to process CGI requests using the standard cgi module all the way up to Zope which is a full blown web application framework. A couple of good places to start are: http://www.python.org/topics/web/ http://www.python.org/cgi-bin/moinmoin/WebProgramming Hope this helps Dave - The Developers' Coach |
|
#3
|
|||
|
|||
|
I use python for all my web development. mod_python is what I use with apache to create web applications.
Really easy and has greater flexibility then ASP. If you add cheetah then web page substitutions are simple. |
|
#4
|
|||
|
|||
|
Quote:
![]() |
|
#5
|
||||
|
||||
|
Actually the latest version of mod_python comes with PSP (Python Server Pages) which i surpose is as similar to ASP as your gonna get without actually using ASP
.Pretty excited to see this tech' in action. Mark. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > Pyhton as ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|