Log in

View Full Version : Python in web



legend.raju
04-06-2010, 10:04 AM
how to use python scripting language using a server like apache .. !
i see in some google pages .....

http://xxx.google.com/yyyyyy/yyy/yyyy/something.py

which is a python page ..
just started learning python .. !
how can i use it in a webpage .?????

djr33
04-06-2010, 03:34 PM
It's possible to use any programming language on a server but only some are standard and so common that they are easy to install. I havnt setup python but I know you can so take a look on google for "install python linux/apache" and you'll find the relevant info.

sinednx
08-03-2011, 10:18 PM
@legend.raju

You can start look for django - an awesome python web framework.