473,659 Members | 2,922 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Learning Python book, new edition?

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 copying of this e-mail or any attachments by anyone other than the intended recipient, or an employee or agent responsible for delivering the message to the intended recipient, is prohibited. If you are not the intended recipient of this message or the employee or agent responsible for delivery of this email to the intended recipient, please notify the sender by replying to this message and then delete it from your system. Any use, dissemination, distribution, or reproduction of this message by unintended recipients is strictly prohibited and may be unlawful.
Jan 11 '07 #1
6 1215
Demel, Jeff wrote:
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.
IIRC, differences to 2.4 are in it, too.
This email is intended only for the individual or entity to which
it is addressed.
Mails are _by_definition_ intended only for the addressee. :)

Regards,
Björn

--
BOFH excuse #57:

Groundskeepers stole the root password

Jan 11 '07 #2
Bjoern Schliessmann wrote:
Demel, Jeff wrote:
>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.

IIRC, differences to 2.4 are in it, too.
No, it is one version back from that. From the Preface to the second
edition: "This edition has been thoroughly updated to reflect Python
2.2...in addition, discussion of anticipated changes in the upcoming 2.3
release have been incorporated."

Kent
Jan 11 '07 #3
On Thu, 11 Jan 2007 18:11:06 +0100, Bjoern Schliessmann
<us************ **************@ spamgourmet.com wrote:
>Demel, Jeff wrote:
>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.

IIRC, differences to 2.4 are in it, too.
The only thing I see missing from it, from a 'learning' point of view,
is the new try/catch/finally construct.

Dan
Jan 11 '07 #4
I would get "Core Python Programming" by Wesley Chun. It covers just
about everything under the sun and includes version 2.5.

Robert

Jan 11 '07 #5
Robert Hicks wrote:
I would get "Core Python Programming" by Wesley Chun. It covers just
about everything under the sun and includes version 2.5.

Robert, thanks for the plug. if the OP wants to learn more about my
book and its philosophy, feel free to check out my comments on the
Amazon product page and/or the book's website at http://corepython.com
to see if it's right for you.

more on topic, here's a summary of Python books which are rev'd up to
2.5, categorized but not in any particular order:

Python learning:
- Python for Dummies, Maruch, Sep 2006
- Core Python Programming, Chun, Sep 2006

Python pure reference:
- Python Essential Reference, Beazley, Feb 2006
- Python in a Nutshell, Martelli, Jul 2006

Python case study reference:
- Programming Python, Lutz, Aug 2006

Enjoy!
-wesley

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Core Python Programming", Prentice Hall, (c)2007,2001
http://corepython.com

wesley.j.chun :: wescpy-at-gmail.com
python training and technical consulting
cyberweb.consul ting : silicon valley, ca
http://cyberwebconsulting.com

Jan 15 '07 #6
In article <11************ **********@l53g 2000cwa.googleg roups.com>,
wesley chun <we****@gmail.c omwrote:
>
more on topic, here's a summary of Python books which are rev'd up to
2.5, categorized but not in any particular order:

Python learning:
- Python for Dummies, Maruch, Sep 2006
That should be "Maruch & Maruch" -- my primary partner (Stef) did most of
the writing, but I supplied most of the Python knowledge. It was really
a joint effort, and I heartily recommend writing a book to anyone who
wants to test their marriage. ;-)
--
Aahz (aa**@pythoncra ft.com) <* http://www.pythoncraft.com/

"Plus ca change, plus c'est la meme chose."
Jan 17 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
1764
by: Ryan Walker | last post by:
Hi, I'm getting started with python and have almost zero programming experience. I'm finding that there are tons of tutorials on the internet -- such as the standard tutorial at python.org -- that tell you all about the language. That is, what are the methods, functions, modules, syntax, punctuation, etc. No problem there! Meanwhile, I'm finding that there is very little (that I can find) about how to do basic logistical things related...
0
1336
by: sebb | last post by:
Learning python second edition was first supposed to arrive at the beginning of November. But the date have been relayed many times to finally be in December. Now, we are the 17th of December and he is still not there. I wanted to have that book just in time to read it in my Christmas vacation, but I'm not sure anymore that I'll get it for this time. If someone at O'Reilly or the author of the book or anyone that know more than me on...
0
1087
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
2602
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 ,
0
1609
by: Alex Martelli | last post by:
Greetings, fellow Pythonistas! We (Alex Martelli, David Ascher and Anna Martelli Ravenscroft) are in the process of selecting recipes for the Second Edition of the Python Cookbook. Please contribute your recipes (code and discussion), along with comments on and ratings of existing recipes, to the cookbook site, http://aspn.activestate.com/ASPN/Cookbook/Python , and do it *now*! The Python Cookbook is a collaborative collection of your...
15
2002
by: John Salerno | last post by:
After my last post, I thought of another question as a result of the following: ------------------------------ Mike Meyer wrote: > John Salerno <johnjsal@NOSPAMgmail.com> writes: > > >>So my question is, is this feasible? >
1
9623
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?
7
4349
by: Richard Phillips | last post by:
Hello, Does anyone else out there have a copy of this? I'm working through my copy and have discovered that it has no chapter 11... Pages 341-388 are just not there! Anyone else able to check a copy out for me, to see if it's a common problem? I've emailed O'Reilly, no reply yet. Cheers,
8
1521
by: Edward Cormier | last post by:
Which computer books are the best to begin learning Python 2.5 with? I've heard that Learning Python 3rd Edition is a good choice - can anyone give any more advice on this? Thanks.
0
8747
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
8528
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
8627
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
7356
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
6179
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
4175
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...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1976
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.