Re: Python in web development

2013-03-03 Thread Roy Smith
In article , Sarbjit singh 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 > experie

Re: Python in web development

2013-03-03 Thread Michael Herman
If Python is your personal choice, then it's the *best* for you. If you are literally just going to be processing an HTML form, then CGI is your best bet. However, if you think this functionally will grow, then it's worth learning a web framework. I would go with a micro framework. bottle.py is a

Re: Python in web development

2013-03-03 Thread Michael Torrie
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

Re: Python in web development

2013-03-03 Thread becky_lewis
1) Python is absolutely fine for web development. It's just as good, if not better than PHP or Perl for this sort of work (that's my opinion anyway). 2) I've used Django quite extensively and it can certainly handle your requirements. You might want to have a look at Flask (http://flask.pocoo.or

Python in web development

2013-03-03 Thread Sarbjit singh
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