web development in python 2.6 and 3.0

2009-12-21 Thread Simon Moses
hi, i am new to python but have programming experience in few other languages. i am trying to start with python 2.6 or 3.0. my requirement is accessing database (mysql and/or postgresql) and web development. what all i should install for my requirement? to connect to database (mysql and/or

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Stephen Hansen
On Mon, Dec 21, 2009 at 9:22 AM, Simon Moses ksmo...@ymail.com wrote: hi, i am new to python but have programming experience in few other languages. i am trying to start with python 2.6 or 3.0. my requirement is accessing database (mysql and/or postgresql) and web development. what all i

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Simon Moses
...@ymail.com Cc: python-list@python.org Sent: Mon, 21 December, 2009 1:37:38 PM Subject: Re: web development in python 2.6 and 3.0 On Mon, Dec 21, 2009 at 9:22 AM, Simon Moses ksmo...@ymail.com wrote: hi, i am new to python but have programming experience in few other languages. i am trying to start

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Stephen Hansen
On Mon, Dec 21, 2009 at 10:34 AM, Simon Moses ksmo...@ymail.com wrote: to code a web page which connects to a database and displays some rows, what minimum software and libraries i should install? python 2.6, mysql 5.0, apache 2.2 and Django? thats enough? Depending on your requirements,

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Simon Moses
so python 2.6, mysql 5.0, apache 2.2, mod_wsgi, MySQL-python-1.2.2.win32-py2.6 and Django should be sufficient for my requirement. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/-- http://mail.python.org/mailman/listinfo/python-list

Re: web development in python 2.6 and 3.0

2009-12-21 Thread Stephen Hansen
On Mon, Dec 21, 2009 at 11:09 AM, Simon Moses ksmo...@ymail.com wrote: so python 2.6, mysql 5.0, apache 2.2, mod_wsgi, MySQL-python-1.2.2.win32-py2.6 and Django should be sufficient for my requirement. I don't know for certain; you're asking a bit too much specific detail here :) Just go to