Books on Python

B

barcaroller

Can someone kindly recommend some good books on the following:

Python for beginners
Python for advanced users


Is there a bible like Larry Wall's Programming Perl or Bjarne Stroustrup's
The C++ Programming Language?
 
S

shadowsithe

Can someone kindly recommend some good books on the following:

Python for beginners
Python for advanced users

Is there a bible like Larry Wall's Programming Perl or Bjarne Stroustrup's
The C++ Programming Language?

Python in a Nutshell is a very good reference.
 
L

Lou Pecora

Python in a Nutshell is a very good reference.

I second that. I also found Learning Python (Lutz & Ascher, O'Reilly
pub.) to be helpful when I first started, but Nutshell is what I keep
going back to. Very good book.
 
K

kyosohma

Can someone kindly recommend some good books on the following:

Python for beginners
Python for advanced users

Is there a bible like Larry Wall's Programming Perl or Bjarne Stroustrup's
The C++ Programming Language?

For good techniques and advanced knowledge, it's hard to beat Lutz's
tome: "Programming Python 3rd Ed." or Chun's "Core Python
Programming". Both are huge. Lutz's is a little bit more approachable
and had more extensive code examples, but I learned a lot about
Python's insides from Chun.

The cookbooks are handy too, but if you troll ActiveState already, you
may not need those.

Mike
 
A

austin.keeley

I've read "Begining Python" written by Hetland from Apress. I enjoyed
it a lot. I also liked reading "Dive into Python" (also from Apress)
for those who already know a language. A free edition is at
diveintopython.org.
 

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

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,130
Latest member
MitchellTe
Top