954,515 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How is Python used on the web?

Hello, I am an intermediate Python programmer, and I was just wondering how is python used on the web? would it be something similar to php, and what software do I need to use in order to use python on the web because I am very much interested in web development and python. Thanks

rayden150
Light Poster
32 posts since Aug 2010
Reputation Points: 9
Solved Threads: 0
 

There are many ways Python is used on the web. The major use is either through CGI scripting or frameworks such as django. If you want to get started, I suggest following at the tutorial on https://docs.djangoproject.com/en/dev/intro/tutorial01/

Enalicho
Junior Poster in Training
62 posts since Aug 2011
Reputation Points: 28
Solved Threads: 13
 

CGI scripting is not used so much.
Most of web development in python done with web framework.
http://wiki.python.org/moin/WebFrameworks

There are many good like web2py,Django,TurboGear,Pylons.
Django is the most know.
Some web site made in django.
http://www.djangosites.org/

snippsat
Practically a Posting Shark
808 posts since Aug 2008
Reputation Points: 353
Solved Threads: 294
 

Its used to make web apps by people who think PERL is not verbose enough and ruby is a "toy" language.

Basically everyone has their own pet language and anything else is junk to them for any reason.

I use whatever language will get the job done, because in the end that's the whole point, accomplishing work of some sort.


He want to know how python is used in web development,that you use whatever language
do get the job done has nothing to with the question asked at all.

snippsat
Practically a Posting Shark
808 posts since Aug 2008
Reputation Points: 353
Solved Threads: 294
 

Actually I do not know much, but once I came across a python web framework called Bottle.
I am not sure if this is what you are looking for, but you can just check it out.
link to bottle

aint
Newbie Poster
15 posts since Feb 2010
Reputation Points: 23
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: