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


Groups > comp.lang.python > #40420

Re: Python in web development

From Roy Smith <roy@panix.com>
Newsgroups comp.lang.python
Subject Re: Python in web development
Date 2013-03-03 14:34 -0500
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <roy-F1E279.14345203032013@news.panix.com> (permalink)
References <f1b02b78-62d6-4aa0-a532-eff8921cfc3a@googlegroups.com>

Show all headers | View raw


In article <f1b02b78-62d6-4aa0-a532-eff8921cfc3a@googlegroups.com>,
 Sarbjit singh <sarbjit1987@gmail.com> wrote:

> Hello All,
> 
> I have been using Python as a scripting language for my office tasks. Now I 
> have been thinking of using (and learning as well) for web development. For 
> my tasks, I need to perform some tasks and report on the web. Now I have no 
> experience of web development with Python. So, I want to conform first 
> whether Python is best for web development. Python is my personal choice for 
> my automation works and I want to extend it for web development.
> 
> REQUIREMENT:
> I need to develop a html form which would take user input and perform some 
> operations (generate intermediate files) and report result on web.

It's got a bit of a steep learning curve, but django might be what 
you're looking for.  I would start with the tutorial:

https://docs.djangoproject.com/en/1.5/intro/tutorial01/

and eventually work your way to class-based views and forms:

https://docs.djangoproject.com/en/1.5/topics/class-based-views/generic-ed
iting/

Back to comp.lang.python | Previous | NextPrevious 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