Re: How to begin

2014-02-14 Thread Ryan Gonzalez
Ack, I meant that, not the whole reference. On Thu, Feb 13, 2014 at 6:57 PM, Ben Finney wrote: > Ryan Gonzalez writes: > > > Read the Python reference. I know it's long, but it saves you trouble > > of accidentally reinventing the wheel. > > Hmm, the language reference is targeted at people *im

Re: How to begin

2014-02-14 Thread Terry Reedy
On 2/13/2014 7:57 PM, Ben Finney wrote: Ryan Gonzalez writes: Read the Python reference. I know it's long, but it saves you trouble of accidentally reinventing the wheel. Hmm, the language reference is targeted at people *implementing* Python, This is the first time I have read that. It is

Re: How to begin

2014-02-13 Thread Ben Finney
Ryan Gonzalez writes: > Read the Python reference. I know it's long, but it saves you trouble > of accidentally reinventing the wheel. Hmm, the language reference is targeted at people *implementing* Python, not people who are learning to use it (though it is valuable for them also). It would be

Re: How to begin

2014-02-13 Thread Ryan Gonzalez
On 02/13/2014 07:18 AM, weixixiao wrote: http://www.codecademy.com I have learned the basic rules of Python in this website. What should I do next?where to go? I download the Pycharm the free version and I think I dunno how to use it except a "Hello world" Read the Python reference. I know

Re: How to begin

2014-02-13 Thread Ben Finney
Cameron Simpson writes: > On 13Feb2014 05:18, weixixiao <7441...@gmail.com> wrote: > > I have learned the basic rules of Python in this website. > > What should I do next?where to go? > > It helps to have something you want done. > > Find something small you'd like to do. Do it in Python. Good a

Re: How to begin

2014-02-13 Thread Cameron Simpson
On 13Feb2014 05:18, weixixiao <7441...@gmail.com> wrote: > http://www.codecademy.com > > I have learned the basic rules of Python in this website. > What should I do next?where to go? > I download the Pycharm the free version and I think I dunno how to use it > except a "Hello world" It helps t

Re: How to begin

2014-02-13 Thread Chris Angelico
On Fri, Feb 14, 2014 at 4:34 AM, John Ladasky wrote: > On Thursday, February 13, 2014 7:06:03 AM UTC-8, pete suchsland wrote: > >> if x = 99: > > Surely, Pete, you meant to write "if x == 99:" ? Maybe. Or maybe he wanted the OP to do stuff that would result in exceptions, since exceptions are a w

Re: How to begin

2014-02-13 Thread John Ladasky
On Thursday, February 13, 2014 7:06:03 AM UTC-8, pete suchsland wrote: > if x = 99: Surely, Pete, you meant to write "if x == 99:" ? -- https://mail.python.org/mailman/listinfo/python-list

Re: How to begin

2014-02-13 Thread pete suchsland
On Thursday, February 13, 2014 6:18:26 AM UTC-7, weixixiao wrote: > http://www.codecademy.com > > > > I have learned the basic rules of Python in this website. > > > > What should I do next?where to go? > > > > I download the Pycharm the free version and I think I dunno how to use it > e

How to begin

2014-02-13 Thread weixixiao
http://www.codecademy.com I have learned the basic rules of Python in this website. What should I do next?where to go? I download the Pycharm the free version and I think I dunno how to use it except a "Hello world" -- https://mail.python.org/mailman/listinfo/python-list

Re: How to Begin Web Development with Python ?

2013-06-02 Thread alex23
On Jun 1, 11:23 pm, Giorgos Tzampanakis wrote: > Modulok suggested using ORM software. ORM should not really be needed if > you are aiming at scientific content for your application, you should > be fine with straight SQL (many consider ORM a hindrance rather than > help for any project  [1], [2])

Re: How to Begin Web Development with Python ?

2013-06-01 Thread Modulok
> > I have learnt python and used it for various purposes for scietific > > computing using sage and GUI development using Tkinter and lots more. I > > want to start web development using python My goal is to learn the web > > development in python from the basic level and understand the big web >

Re: How to Begin Web Development with Python ?

2013-06-01 Thread Giorgos Tzampanakis
Chitrank Dixit wrote: > Hello Python developers > > I have learnt python and used it for various purposes for scietific > computing using sage and GUI development using Tkinter and lots more. I > want to start web development using python My goal is to learn the web > development in python from th

Re: How to Begin Web Development with Python ?

2013-05-31 Thread Modulok
> I have learnt python and used it for various purposes for scietific > computing using sage and GUI development using Tkinter and lots more. I > want to start web development using python My goal is to learn the web > development in python from the basic level and understand the big web > developm

How to Begin Web Development with Python ?

2013-05-30 Thread Chitrank Dixit
Hello Python developers I have learnt python and used it for various purposes for scietific computing using sage and GUI development using Tkinter and lots more. I want to start web development using python My goal is to learn the web development in python from the basic level and understand the b