On May 22, 11:29 am, jolly <jemna...@gmail .comwrote:
Hey guys,
>
I want to begin python. Does anyone know where a good starting point
is?
>
Thanks,
Jem
i went through the tutorials on the main site and then followed up
with mark Hammonds book for windows stuff. I got a few other books as
well to reference but I've found it easy enough to find info for
almost everything on the net.
On May 22, 7:26 am, Giles Brown <giles_br...@ho tmail.comwrote:
On 22 May, 11:29, jolly <jemna...@gmail .comwrote:
>
Hey guys,
>
I want to begin python. Does anyone know where a good starting point
is?
>
Thanks,
Jem
>
My suggestion is have a look atwww.python.or gand see if you can find
what you're looking for.
>
Giles
If you need reference books that delve deep into the language while
being somewhat understandable, I would recommend "Programmin g Python"
by Lutz or "Core Python Programming" by Chun. "Beginning Python" by
Hetland covers just about everything you'd need to know and it
includes some fairly complex examples in the back...plus it's about
half the size of the other two books.
Other than that, I'd with the other guys on this. The web has lots of
good examples, puzzles and for most of the standard library, decent
docs, although not always with good or thorough examples.
On May 22, 7:16 am, marc wyburn <marc.wyb...@go oglemail.comwro te:
On May 22, 11:29 am, jolly <jemna...@gmail .comwrote:
>
Hey guys,
>
I want to begin python. Does anyone know where a good starting point
is?
>
Thanks,
Jem
>
i went through the tutorials on the main site and then followed up
with mark Hammonds book for windows stuff. I got a few other books as
well to reference but I've found it easy enough to find info for
almost everything on the net.
If you need reference books that delve deep into the language while
being somewhat understandable, I would recommend "Programmin g Python"
by Lutz or "Core Python Programming" by Chun. "Beginning Python" by
Hetland covers just about everything you'd need to know and it
includes some fairly complex examples in the back...plus it's about
half the size of the other two books.
Other than that, I'd with the other guys on this. The web has lots of
good examples, puzzles and for most of the standard library, decent
docs, although not always with good or thorough examples.
On May 22, 7:16 am, marc wyburn <marc.wyb...@go oglemail.comwro te:
On May 22, 11:29 am, jolly <jemna...@gmail .comwrote:
>
Hey guys,
>
I want to begin python. Does anyone know where a good starting point
is?
>
Thanks,
Jem
>
i went through the tutorials on the main site and then followed up
with mark Hammonds book for windows stuff. I got a few other books as
well to reference but I've found it easy enough to find info for
almost everything on the net.
If you need reference books that delve deep into the language while
being somewhat understandable, I would recommend "Programmin g Python"
by Lutz or "Core Python Programming" by Chun. "Beginning Python" by
Hetland covers just about everything you'd need to know and it
includes some fairly complex examples in the back...plus it's about
half the size of the other two books.
Other than that, I'd with the other guys on this. The web has lots of
good examples, puzzles and for most of the standard library, decent
docs, although not always with good or thorough examples.
You might get better advice about where to start if you tell us a bit
about yourself. Do you have any other programming experience? Do you
have specific goals in mind as a programmer?
On May 22, 6:29 am, jolly <jemna...@gmail .comwrote:
Hey guys,
>
I want to begin python. Does anyone know where a good starting point
is?
>
Thanks,
Jem
I really liked How to Think Like a Computer Scientist learning with
python foound at http://www.ibiblio.org/obp/thinkCSpy/. Unlike most
paper books you'd be hard pressed to find typos (that at this level of
programming you wouldn't notice) there. Also if you want another
source of info try www.diveintopython.org. You can find the book on
the store shelves, but why pay when you can get it for free of the
net. You can view it as HTML or download the .pdf.
On May 22, 6:29 am, jolly <jemna...@gmail .comwrote:
>
Hey guys,
>
I want to begin python. Does anyone know where a good starting point
is?
>
Thanks,
Jem
>
I really liked How to Think Like a Computer Scientist learning with
python foound athttp://www.ibiblio.org/obp/thinkCSpy/. Unlike most
paper books you'd be hard pressed to find typos (that at this level of
programming you wouldn't notice) there. Also if you want another
source of info trywww.diveinto python.org. You can find the book on
the store shelves, but why pay when you can get it for free of the
net. You can view it as HTML or download the .pdf.
I agree with the previous post on the "Think Like a CS" book. It is
excellent text for getting your feet wet in Python, whether you have
had previous programming experience or not.
Comment