Re: Web Server for Python

2013-12-16 Thread Denis McMahon
On Mon, 16 Dec 2013 19:20:20 -0800, Mura Zalukhu wrote: > Could you give me the best tutorial / web for python. For example how to > make a connection with database. Which database? Which version of Python? Google may help. So will the Python on-line documentation. -- Denis McMahon, denismfmcm

Re: Web Server for Python

2013-12-16 Thread Mura Zalukhu
Hi David, Thanks for your reply, i will learn it. Could you give me the best tutorial / web for python. For example how to make a connection with database. Thanks so much On Tuesday, December 17, 2013 9:40:56 AM UTC+7, david@gmail.com wrote: > Hi Mura, > > > apache is used as a proxy with p

Re: Web Server for Python

2013-12-16 Thread david.gar...@gmail.com
Hi Mura, apache is used as a proxy with python. You would fire up your python web app and put apache in front of it. Apache does come these days with wsgi https://code.google.com/p/modwsgi/ that can be added to apache as module, something like mod_wsgi can be used for your python web app. PHP is a

Web Server for Python

2013-12-16 Thread Mura Zalukhu
Hi all, I am a newbiew for python, i want to improve my programming for python. but i have searching any tutorial to configuration python for webserver but no one of tutorial solved my problem. could you give me how to configuration ptyhon on webserver like apache / php or Thanks so much -- http