473,385 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 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 1245
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 thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ron Stephens | last post by:
Woot! I just got my copy of Learning Python 2nd Edition from Amazon this weekend. I am leaving on a business trip to China in a few days, so I can use the long trans-Pacific flights to read the...
6
by: post400 | last post by:
Hi , I was just wondering ( yeah I know it's not the first time this question pops up ) what would be the best 2 or 3 books for someone who wants to learn Python , already experienced in other...
3
by: Ricardo | last post by:
Hi, my name is Ricardo and i'm learning to program in Python with version 2.3.3, i'm also using the latest version of PythonWin(163) but i'm trying to do it with a book (Written in Portuguese) that...
8
by: Lennart | last post by:
Hi everybody, Can someone advice me with the following issue: i want to learn python in my summer vacation (i try to ...:-) So, a good start is buying a good book. But wich? There are many ... ...
5
by: Falc | last post by:
Hi there... I have been looking at learning Python, so far it looks like an absolutely grat language. I am having trouble finding some free resources to learn Python from. I am on windows and...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
25
by: Byte | last post by:
I know this is probably a stupid question, but I'm learning Python, and am trying to get the if function to work with letters/words. Basicly, I'm trying to write a script that when run, says ...
6
by: Demel, Jeff | last post by:
Does anyone know if there's a plan in the works for a new edition of Learning Python? The current edition (2nd) is a few years old and looks like it only covers Python 2.3. Anyone on the list...
27
by: duli | last post by:
Hi: I would like recommendations for books (in any language, not necessarily C++, C, python) which have walkthroughs for developing a big software project ? So starting from inception, problem...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.