472,090 Members | 1,267 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,090 software developers and data experts.

Learning Python using a book based on version 1.5


Greetings,

A friend of mine dropped off a copy of Sams Teach Yourself Python in
24 Hours published in 2000. I skimmed the first couple of chapters
looking for the interpreter version and the book was based on version
Python version 1.5.

Is this book still relevant? Should I toss it and look for something
newer?

Any thoughts would be appreciated.

Best Regards,
Dave

Aug 22 '07 #1
6 1187
On Aug 22, 3:27 pm, "dogatemycompu...@gmail.com"
<dogatemycompu...@gmail.comwrote:
Greetings,

A friend of mine dropped off a copy of Sams Teach Yourself Python in
24 Hours published in 2000. I skimmed the first couple of chapters
looking for the interpreter version and the book was based on version
Python version 1.5.

Is this book still relevant? Should I toss it and look for something
newer?
Yes, you should really toss it. I mean, sure, there's a lot of Python
1.5 that's still here, but there have been major changes in every
minor version since 2.0.

Fred

Aug 22 '07 #2
A friend of mine dropped off a copy of Sams Teach Yourself Python in
24 Hours published in 2000. I skimmed the first couple of chapters
looking for the interpreter version and the book was based on version
Python version 1.5.

Is this book still relevant? Should I toss it and look for something
newer?
I'm sure it contains a fair amount of relevant information. The
problem is, it will also contain irrelevant information and there is
no way to tell the difference. There definitely some better resources
out there. Here are some good free online ones:

http://docs.python.org/tut/
http://www.diveintopython.org/

-Matt
Aug 22 '07 #3

http://docs.python.org/tut/http://ww...ntopython.org/
I'm dense so the online python docs make great sources for reference
points and they help clarify ambiguity but its too dry (without enough
sample code) to help me fully understand the concepts.

I think Dive Into Python would probably be a better choice. I'll
pickup the book this weekend!

Thanks for the help!!

Aug 22 '07 #4
do**************@gmail.com wrote:
Greetings,

A friend of mine dropped off a copy of Sams Teach Yourself Python in
24 Hours published in 2000. I skimmed the first couple of chapters
looking for the interpreter version and the book was based on version
Python version 1.5.

Is this book still relevant? Should I toss it and look for something
newer?

Any thoughts would be appreciated.

Best Regards,
Dave
The Sam's 24 hour books are wonderful tutorials(who wants to waste
more than 24 hours learning a language), and the fact that it's based
on python 1.5 shouldn't make any difference.

Aug 22 '07 #5
do**************@gmail.com wrote:
Greetings,

A friend of mine dropped off a copy of Sams Teach Yourself Python in
24 Hours published in 2000. I skimmed the first couple of chapters
looking for the interpreter version and the book was based on version
Python version 1.5.

Is this book still relevant? Should I toss it and look for something
newer?

Any thoughts would be appreciated.

Best Regards,
Dave
If you want to make a decision based on a quorum, I would suggest to not
bother with that book. Yes the SAMS TY books are usually great
(especially anything Laura Lemay), but you if you use a 1.5 book, you
will be learning some stuff you will *need* to unlearn at the expense of
learning things you should know.

I think the online tutorial is the way to go, or the newest Learning
Python from Lutz. After that, check out TPIP (Mertz) or the Programming
Python book from Lutz (for a global-esque view of the python world).
Maybe even think about the Cookbook (ed. Martelli).

Dive-Into-Python starts with one of those "Don't worry about what all
this means" examples, which I tend to hate and so I never got passed the
first example--it may get better as you go judging from all of its
proponents.

James
Aug 22 '07 #6
James Stroud wrote:
do**************@gmail.com wrote:
>Greetings,

A friend of mine dropped off a copy of Sams Teach Yourself Python in
24 Hours published in 2000. I skimmed the first couple of chapters
looking for the interpreter version and the book was based on version
Python version 1.5.

Is this book still relevant? Should I toss it and look for something
newer?

Any thoughts would be appreciated.

Best Regards,
Dave

If you want to make a decision based on a quorum, I would suggest to not
bother with that book. Yes the SAMS TY books are usually great
(especially anything Laura Lemay), but you if you use a 1.5 book, you
will be learning some stuff you will *need* to unlearn at the expense of
learning things you should know.

I think the online tutorial is the way to go, or the newest Learning
Python from Lutz. After that, check out TPIP (Mertz) or the Programming
Python book from Lutz (for a global-esque view of the python world).
Maybe even think about the Cookbook (ed. Martelli).

Dive-Into-Python starts with one of those "Don't worry about what all
this means" examples, which I tend to hate and so I never got passed the
first example--it may get better as you go judging from all of its
proponents.
I'm not sure I'd agree here. Certainly you will learn things that can be
updated as you get to newer versions of Python, but there are relatively
few backward incompatibilities, so your code will mostly work in newer
versions without (too many) modifications.

By all means look for something newer, but don't let that search stop
you from getting started with the book you have.

Andrew Kuchling has written a great series of "What's new in Python X.Y"
articles that can bring you up to date relatively quickly once you are
fluent in version 1.5. Start with:

http://www.python.org/download/releases/2.0/new-python

And welcome to the Python community.

regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------

Aug 23 '07 #7

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Ron Stephens | last post: by
6 posts views Thread by post400 | last post: by
3 posts views Thread by Ricardo | last post: by
8 posts views Thread by Lennart | last post: by
5 posts views Thread by Falc | last post: by
25 posts views Thread by Byte | last post: by
6 posts views Thread by Demel, Jeff | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.