Re: Need Help Starting Out

2008-03-19 Thread Peter Decker
On Tue, Mar 18, 2008 at 11:10 AM, jmDesktop <[EMAIL PROTECTED]> wrote: > Hi, I would like to start using Python, but am unsure where to begin. > I know how to look up a tutorial and learn the language, but not what > all technologies to use. I saw references to plain Python, Django, > and other

Re: Need Help Starting Out

2008-03-19 Thread rodmc
> Your best bets are probably Django, Pylons or web.py. But you should > learn enough of the core language itself before jumping in web stuff IMHO. Yes, a good point. If you are looking for general info then then "Dive Into Python" (a link is on the Python website) is a good start for people who

Re: Need Help Starting Out

2008-03-19 Thread Bruno Desthuilliers
jmDesktop a écrit : > Hi, I would like to start using Python, but am unsure where to begin. > I know how to look up a tutorial and learn the language, but not what > all technologies to use. I saw references to plain Python, Django, > and other things. > > I want to use it for web building with d

Re: Need Help Starting Out

2008-03-18 Thread 7stud
On Mar 18, 10:10 am, jmDesktop <[EMAIL PROTECTED]> wrote: > Hi, I would like to start using Python, but am unsure where to begin. > I know how to look up a tutorial and learn the language, but not what > all technologies to use.   I think you are getting ahead of yourself. Get the book Learning P

Re: Need Help Starting Out

2008-03-18 Thread Michael Mabin
Pylons is a Ruby on Rails-like web framework that allows you build dynamic web applications with a database backend. Here is a link to the Pylons web site: http://pylonshq.com/ On Tue, Mar 18, 2008 at 11:10 AM, jmDesktop <[EMAIL PROTECTED]> wrote: > Hi, I would like to start using Python, but

Re: Need Help Starting Out

2008-03-18 Thread D'Arcy J.M. Cain
On Tue, 18 Mar 2008 09:27:46 -0700 (PDT) rodmc <[EMAIL PROTECTED]> wrote: > > > Hi, I would like to start using Python, but am unsure where to begin. > > I know how to look up a tutorial and learn the language, but not what > > all technologies to use. I saw references to plain Python, Django, >

Re: Need Help Starting Out

2008-03-18 Thread rodmc
> Hi, I would like to start using Python, but am unsure where to begin. > I know how to look up a tutorial and learn the language, but not what > all technologies to use. I saw references to plain Python, Django, > and other things. Hi, For database stuff you can plug directly into either MySQL

Need Help Starting Out

2008-03-18 Thread jmDesktop
Hi, I would like to start using Python, but am unsure where to begin. I know how to look up a tutorial and learn the language, but not what all technologies to use. I saw references to plain Python, Django, and other things. I want to use it for web building with database access. What do I use f