books: Dive into Python vs Beginning Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Franz Mueller

    #1

    books: Dive into Python vs Beginning Python

    Hi,

    which of the following books would you recommend:
    "Dive into Python" or "Beginning Python: From Novice to Professional"?

    I'm an experienced C++-programmer who wants to take a look at Python.

    Thanks,
    Franz


  • bruno at modulix

    #2
    Re: books: Dive into Python vs Beginning Python

    Franz Mueller wrote:[color=blue]
    > Hi,
    >
    > which of the following books would you recommend:
    > "Dive into Python" or "Beginning Python: From Novice to Professional"?[/color]

    I can't recommand the second since I've never read it. But you can
    freely make your own opinion on the first, since it's freely available
    online.

    [color=blue]
    > I'm an experienced C++-programmer who wants to take a look at Python.[/color]

    Then I'd say that Dive into Python may be a good choice.

    Welcome BTW

    --
    bruno desthuilliers
    python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
    p in 'onurb@xiludom. gro'.split('@')])"

    Comment

    • Aahz

      #3
      Re: books: Dive into Python vs Beginning Python

      In article <dm6os3$koj$02$ 1@news.t-online.com>,
      Franz Mueller <franzl.mueller @gmx.de> wrote:[color=blue]
      >
      >which of the following books would you recommend:
      >"Dive into Python" or "Beginning Python: From Novice to Professional"?
      >
      >I'm an experienced C++-programmer who wants to take a look at Python.[/color]

      Another option: just use the on-line tutorial at python.org
      --
      Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/

      "If you think it's expensive to hire a professional to do the job, wait
      until you hire an amateur." --Red Adair

      Comment

      • Sebastien Douche

        #4
        Re: books: Dive into Python vs Beginning Python

        On 11/25/05, Franz Mueller <franzl.mueller @gmx.de> wrote:[color=blue]
        > Hi,[/color]

        Hi Franz! :)
        [color=blue]
        > which of the following books would you recommend:
        > "Dive into Python" or "Beginning Python: From Novice to Professional"?[/color]

        Both are very good books but I suggest the latter because more recent.
        Beginning Python talk python 2.3 and 2.4 : set data structure,
        generator, iterator...



        --
        Sébastien Douche <sdouche@gmail. com>

        Comment

        • Franck PEREZ

          #5
          Re: books: Dive into Python vs Beginning Python

          On 11/25/05, Sebastien Douche <sdouche@gmail. com> wrote:[color=blue]
          > On 11/25/05, Franz Mueller <franzl.mueller @gmx.de> wrote:[color=green]
          > > Hi,[/color]
          >
          > Hi Franz! :)
          >[color=green]
          > > which of the following books would you recommend:
          > > "Dive into Python" or "Beginning Python: From Novice to Professional"?[/color]
          >
          > Both are very good books but I suggest the latter because more recent.
          > Beginning Python talk python 2.3 and 2.4 : set data structure,
          > generator, iterator...
          >[/color]

          "Dive into Python" actually mentions generators :
          Learn how to write functions in Python with examples of basic and higher-order functions, lambda expressions, function typing, and more.


          And it's a very well written book btw.

          Comment

          • Godwin Burby

            #6
            Re: books: Dive into Python vs Beginning Python

            I would recommend both, but as i have already bought the first version
            of Beginning Python known as Practical Python by Magnus. I can
            gaurantee you that the practical projects as well as the succinct
            python tutorial in the book will show you the full power and glory of
            Python. Magnus is a great author, believe me!

            Comment

            • Anders Eriksson

              #7
              Re: books: Dive into Python vs Beginning Python

              On Fri, 25 Nov 2005 11:25:43 +0100, Franz Mueller wrote:
              [color=blue]
              > Hi,
              >
              > which of the following books would you recommend:
              > "Dive into Python" or "Beginning Python: From Novice to Professional"?
              >[/color]
              Since "Dive into Python" is on the net, you can see for yourself if it's
              any good (which I think it is!)

              Explore the power of Python in the 2026: see our free tutorials and obtain the "Dive into Python" book by Mark Pilgrim in PDF and Kindle version.


              // Anders
              --
              English isn't my first, or second, language.
              So anything rude or strange are due to the translation

              Comment

              Working...