best book

K

km

Hi all,

What is the best book to start with python ? i am have been working since 1 yr with Perl.

kindly enlighten,

thanks,
KM
 
T

Terry Carroll

What is the best book to start with python ? i am have been working since 1 yr with Perl.

My favorite to start is O'Reilley's "Learning Python."

Try to borrow it, rather than buy it, though, or at least buy a used copy.
Once you know Python, you won't be using this book for much; you'll be
using the online documentation or a reference-type book like (my favorite)
"Python in a Nutshell".

You'll probably get a bunch of responses, saying "You don't need a book,
use the online tutorials," but if you're like me, you like the idea of
curling up on the couch or in bed with an honest-to-goodness *book.*

If not, there *are* a lot of good tutorials. A good place to start is
<http://www.python.org/topics/learn/>.
 
A

Asun Friere

My favorite to start is O'Reilley's "Learning Python."

Try to borrow it, rather than buy it, though, or at least buy a used copy.


The problem with that is that a used or borrowed copy is unlikely to
be the (new) 2nd edition, (see
http://www.oreilly.com/catalog/lpython2/) which covers up to Python
2.3. (The older version is badly outdated). Besides which, if you
actually buy a copy they might consider a 3rd edition at some time in
the future.
 
T

Thomas Guettler

Am Thu, 15 Jan 2004 03:32:31 +0530 schrieb km:
Hi all,

What is the best book to start with python ? i am have been working since 1 yr with Perl.

Since you already know perl, I suggest the Python Cookbook.
A lot of examples!

thomas
 
M

Michael Hudson

km said:
Hi all,

What is the best book to start with python ? i am have been working
since 1 yr with Perl.

I posted this last week:

----------------------------------------------------------------------
Thomas Mang said:
Hello,

I have programmed mostly in C++ lately, and I want to start learning
Python now.

Which books would you recommend to buy?

Well, maybe, none. Have you tried the online material?

http://www.python.org/topics/learn

and in particular

http://www.python.org/topics/learn/prog.html
I am both looking for an introduction into the language, as well as
complete guides.

For the "complete guide", what I've seen of Python in a Nutshell is
pretty good. But I actually don't own any books on Python (well apart
from the one I tech reviewed).

Cheers,
mwh
 
J

John J. Lee

The problem with that is that a used or borrowed copy is unlikely to
be the (new) 2nd edition, (see
http://www.oreilly.com/catalog/lpython2/) which covers up to Python
2.3. (The older version is badly outdated). Besides which, if you
actually buy a copy they might consider a 3rd edition at some time in
the future.

You can subscribe to safari.oreilly.com for 2 weeks, then cancel and
pay nothing.


John
 
M

michael montagne

km said:
Hi all,

What is the best book to start with python ? i am have been working since 1 yr with Perl.

kindly enlighten,

thanks,
KM

The Quick Python Book . Daryl Harms. Fantastic.
 
F

Fuzzyman

km said:
Hi all,

What is the best book to start with python ? i am have been working since 1 yr with Perl.

kindly enlighten,

thanks,
KM

There is a wealth of good, free python resources on the web.
For a comprehensive list of tutorials, online books and python
resources - Try :

http://www.voidspace.org.uk/coollinks/python_links.shtml

270 links in various sections....
Learning to program is a good online book, Dive into Python suits more
experienced programmers - whilst some of the tutorials will get you
the basics very quickly.
The Python documentation is good for built-in functions, types and the
standard libraries - which you will need to refer to a lot.

As a reference book I use the O'Reilly pocket reference book - very
useful and very handy (and not very expensive).

For learning to actually *use* Python (once I had grasped the basics)
I use (present tense) 'Programming Python' - from the same series as
'Learning Python' - (by Mark Lutz ?) I can't recommend it enough...
very good.

Fuzzyman

--

http://www.Voidspace.org.uk
The Place where headspace meets cyberspace. Online resource site -
covering science, technology, computing, cyberpunk, psychology,
spirituality, fiction and more.

---
http://www.atlantibots.org.uk
http://groups.yahoo.com/group/atlantis_talk/
Atlantibots - stomping across the worlds of Atlantis.
---
http://www.fuchsiashockz.co.uk
http://groups.yahoo.com/group/void-shockz
---

Everyone has talent. What is rare is the courage to follow talent
to the dark place where it leads. -Erica Jong
Ambition is a poor excuse for not having sense enough to be lazy.
-Milan Kundera
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,173
Messages
2,570,937
Members
47,481
Latest member
ElviraDoug

Latest Threads

Top