Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #40413

Re: Python in web development

Date 2013-03-03 09:19 -0700
From Michael Torrie <torriem@gmail.com>
Subject Re: Python in web development
References <f1b02b78-62d6-4aa0-a532-eff8921cfc3a@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.2821.1362327566.2939.python-list@python.org> (permalink)

Show all headers | View raw


On 03/03/2013 07:18 AM, Sarbjit singh wrote:
> 1. Can I use Python (I want to use personally :)) over PHP/Perl?

Yes of course.

> 2. If Yes, I want to know the modules that I should learn for
> achieving my requirement. I searched internet and found Python
> provides CGI, Django etc.
> 
> I don't much about Django/CGI, please suggest which module I should
> learn and use.

There are literally dozens of frameworks you can use.  You could use
straight CGI if you wanted, but I recommend a framework with a decent
templating engine for HTML code generation.

Anyway, a list--not exhaustive--of frameworks can be found here:

http://wiki.python.org/moin/WebFrameworks

Django is one of the most popular.  Web2Py is another.  Though they
might seem overkill, it's well worth it to use them and learn them.
They both have good documentation.  So start there at their individual
sites.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python in web development Sarbjit singh <sarbjit1987@gmail.com> - 2013-03-03 06:18 -0800
  Re: Python in web development becky_lewis <bex.lewis@gmail.com> - 2013-03-03 06:50 -0800
  Re: Python in web development Michael Torrie <torriem@gmail.com> - 2013-03-03 09:19 -0700
  Re: Python in web development Michael Herman <hermanmu@gmail.com> - 2013-03-03 09:20 -0800
  Re: Python in web development Roy Smith <roy@panix.com> - 2013-03-03 14:34 -0500

csiph-web