Find the answer to your Linux question:
Results 1 to 4 of 4
i've been waiting for a book on Python to arrive from a fellow BookMooch member for a few weeks. i finally received it! The book was written when Python 1. ...
  1. #1
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610

    Red face i'm re-starting learning Python... (hmmm odd sentance)

    i've been waiting for a book on Python to arrive from a fellow BookMooch member for a few weeks. i finally received it! The book was written when Python 1.something was around. Does anyone know if there have any major changes dubbing this book obsolete? i'd be very disappointed if it were, i haven't read a book on programming that i've felt this way about. This book is well written. The author has a sense of humor i can relate to.

    i'll be continuing through the book for now. Thanks
    Running Linux Since 2001®
    Registered Linux User #430868 - Since 9•12•06

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    I learned python with a book that used version 2.2 and I was using python 2.4. A lot of things had changed from 2.2 to 2.4, so imagine the changes from 1.x to 2.x.

    I recommend you take a look at Beginning Python: From Novice to Professional and Core Python Programming if you want up to date texts.

  3. #3
    Linux User netstrider's Avatar
    Join Date
    Jul 2005
    Location
    South Africa
    Posts
    474
    Well apparently there's a big difference between Python 2.2 and 2.3 and up...I hapened to intstall a Python IRC bot yesterday (Supybot) and this is what the INSTALL file says:

    First things first: Supybot *requires* at least Python 2.3. There
    ain't no getting around it. We do not require any version greater than
    2.3, but we will be compatible with any version of Python >= 2.3. If
    you're a Python developer, you probably know how superior 2.3 is to
    previous incarnations. If you're not, just think about the difference
    between a bowl of plain vanilla ice cream and a banana split. Or
    something like that. Either way, *We're* Python developers and we like
    banana splits.
    So, be sure to install python2.3 or greater before
    continuing. You can get it from http://www.python.org/

  4. #4
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610

    Thumbs up Good to know guys. Thanks :-)

    Thanks guys. i've been reading a bit about Python 3.0 along with a bit about the current version. Apparently Python 3.0 will not be downward compatible. What i've typed in the interpreter from my book so far has been working but i think i'll search out a new book. Hopefully there are others that are this easy to understand. This book got very high ratings on Amazon.com and other books i've found have been receiving terrible ratings and reviews.

    i'm not sure when certain versions of Python came out but would this book, printed in 1999 still be up to date? If not can someone suggest some books? i've got C++, JAVA and VB experience... but not much. i went to school for programming and understand how classes work and all that.

    Thanks for the input guys
    Running Linux Since 2001®
    Registered Linux User #430868 - Since 9•12•06

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •