2 books for me

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gary Wessle

    #1

    2 books for me

    Hi

    I am about to order 2 books, and thought I should talk to you first.
    I am getting Python Cookbook by Alex Martelli, David Ascher, Anna
    Martelli Ravenscroft, Anna Martelli Ravenscroft, since Bruce Eckel's
    Thinking in Python is not finished and didn't have any new revisions
    since some time in 2001, having owned his Thinking in C++ v1 and v2 I
    am used to learning from him. any way, the second book is gui one, I
    notices there are 3 flavors according to
    http://wiki.python.org/moin/GuiBooks, wxPython, Qt, and Tkinter.I am
    not sure what package is best for and would like to know before I
    order one of those three.

    thanks
  • bruno at modulix

    #2
    Re: 2 books for me

    Gary Wessle wrote:[color=blue]
    > Hi
    >
    > I am about to order 2 books, and thought I should talk to you first.
    > I am getting Python Cookbook by Alex Martelli, David Ascher, Anna
    > Martelli Ravenscroft, Anna Martelli Ravenscroft, since Bruce Eckel's
    > Thinking in Python is not finished and didn't have any new revisions
    > since some time in 2001, having owned his Thinking in C++ v1 and v2 I
    > am used to learning from him. any way, the second book is gui one, I
    > notices there are 3 flavors according to
    > http://wiki.python.org/moin/GuiBooks, wxPython, Qt, and Tkinter.I am
    > not sure what package is best for and would like to know before I
    > order one of those three.[/color]

    I don't which is "better", but wxPython is still the best choice IMHO if
    you worry about portability and licencing issues.

    But what don't you take the time to at least have a look at tutorials
    and example code ?

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

    Comment

    • vbgunz

      #3
      Re: 2 books for me

      The cookbook assumes you know some Python. if you know it, you're good
      :) If you're new to Python and programming I would recommend 'Learning
      Python' by Mark Lutz and David Ascher. if you're very familiar with
      programming but need to catch up on Python syntax, I would recommend
      the Python in a nutshell by Alex Martelli.

      I would also recommend you always keep a copy of the official Pythons
      docs by your side. They're priceless in my opinion. Good luck!

      Comment

      • Robert Hicks

        #4
        Re: 2 books for me

        Wouldn't portability go with Tkinter since that is installed with every
        Python?

        Robert

        Comment

        • Ed Leafe

          #5
          Re: 2 books for me

          On May 11, 2006, at 3:32 PM, Robert Hicks wrote:
          [color=blue]
          > Wouldn't portability go with Tkinter since that is installed with
          > every
          > Python?[/color]

          Dunno about other platforms, but it's not on my Mac.

          -- Ed Leafe
          -- http://leafe.com
          -- http://dabodev.com



          Comment

          • Bruno Desthuilliers

            #6
            Re: 2 books for me

            Robert Hicks a écrit :[color=blue]
            > Wouldn't portability go with Tkinter since that is installed with every
            > Python?[/color]

            Tkinter ? What's that ?-)

            Comment

            • Cameron Laird

              #7
              Re: 2 books for me

              In article <mailman.5606.1 147377734.27775 .python-list@python.org >,
              Ed Leafe <ed@leafe.com > wrote:[color=blue]
              >On May 11, 2006, at 3:32 PM, Robert Hicks wrote:
              >[color=green]
              >> Wouldn't portability go with Tkinter since that is installed with
              >> every
              >> Python?[/color]
              >
              > Dunno about other platforms, but it's not on my Mac.[/color]

              Comment

              Working...