473,796 Members | 2,703 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1261
On Aug 22, 3:27 pm, "dogatemycompu. ..@gmail.com"
<dogatemycompu. ..@gmail.comwro te:
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 incompatibiliti es, 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
1089
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 book, one of my favorite Python-book-reading times. I'm almost glad I didn't get the book in time for the holidays ;-))) (holdays == another of my favorite book-reading times). The book should be a good refresher course and get me up to speed on...
6
2613
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 non-OOP languages .It takes time to browse endlessly on the net , in a bookshop or a library for THOSE books that are really useful ! Thanks ,
3
1325
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 covers the version 2.1, and of course i'm having a problem. The code in wich i'm having problems is as follows: class Gato: "um felino domesticado" def __init__(self, sexo, corPelo=None): self.sexo = sexo
8
2096
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 ... I'm living in the Netherlands and I prefer a book from bol.com (see link) because i've to order more books by them. I'm familiar with html & php and basic (in the good old days). It has to be a newbie book, but not a book what i don't need...
5
1820
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 the only experience I have with programming is with PHP. I have been trying to look at the free online book "Dive Into Python" but this is far too difficult for me as it explains it in caparison with C++ or Java.
1
9657
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 and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
25
497
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 Please enter your name: Then, if the user types myself as the name , the output is OK. Thats all I want it to do (remember, Im just new). The code Ive tryed is:
6
1222
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 have Lutz's ear? -Jeff This email is intended only for the individual or entity to which it is addressed. This email may contain information that is privileged, confidential or otherwise protected from disclosure. Dissemination, distribution or...
27
4219
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 definition, design, coding and final delivery on a single theme or application. Most of the code I have written and books that I have read deal with toy programs and I am looking for something a bit more comprehensive. For example, maybe a...
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9531
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10459
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10237
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10187
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10018
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9055
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7553
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5446
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...

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.