Book Recommendations

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nathan Weston

    #1

    Book Recommendations

    I'm new to Python and am looking for a book to get me up to speed
    quickly. I'm an experienced programmer and very proficient with Ruby,
    so Python is coming easily to me and I don't need a gentle
    introduction -- I just need a quick way to get familiar with common
    Python idioms and important libraries.

    I'm also looking for a "gentler" book to help introduce some of my
    co-workers to python. They are also experienced programmers, but
    mostly in C++, with some Java/C# but minimal exposure to scripting
    languages.

    Any suggestions?
  • Manuzhai

    #2
    Re: Book Recommendations

    Nathan Weston wrote:[color=blue]
    > I'm new to Python and am looking for a book to get me up to speed
    > quickly. I'm an experienced programmer and very proficient with Ruby,
    > so Python is coming easily to me and I don't need a gentle
    > introduction -- I just need a quick way to get familiar with common
    > Python idioms and important libraries.
    >
    > I'm also looking for a "gentler" book to help introduce some of my
    > co-workers to python. They are also experienced programmers, but
    > mostly in C++, with some Java/C# but minimal exposure to scripting
    > languages.[/color]

    Check this thread currently going on:


    Regards,

    Manuzhai

    Comment

    • beliavsky@aol.com

      #3
      Re: Book Recommendations


      elbows@spamcop. net (Nathan Weston) wrote:[color=blue]
      >I'm new to Python and am looking for a book to get me up to speed
      >quickly. I'm an experienced programmer and very proficient with Ruby,
      >so Python is coming easily to me and I don't need a gentle
      >introduction -- I just need a quick way to get familiar with common
      >Python idioms and important libraries.
      >
      >I'm also looking for a "gentler" book to help introduce some of my
      >co-workers to python. They are also experienced programmers, but
      >mostly in C++, with some Java/C# but minimal exposure to scripting
      >languages.[/color]

      I'd recommend Alex Martelli's "Python in a Nutshell" for you and "Learning
      Python" by Lutz and Ascher for your colleagues. They are both published by
      O'Reilly.



      ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
      http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
      ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---

      Comment

      • Sean Dolan

        #4
        Re: Book Recommendations

        Nathan Weston wrote:[color=blue]
        > I'm new to Python and am looking for a book to get me up to speed
        > quickly. I'm an experienced programmer and very proficient with Ruby,
        > so Python is coming easily to me and I don't need a gentle
        > introduction -- I just need a quick way to get familiar with common
        > Python idioms and important libraries.[/color]

        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.

        [color=blue]
        >
        > I'm also looking for a "gentler" book to help introduce some of my
        > co-workers to python. They are also experienced programmers, but
        > mostly in C++, with some Java/C# but minimal exposure to scripting
        > languages.
        >
        > Any suggestions?[/color]

        Comment

        • Fredrik Lundh

          #5
          Re: Book Recommendations

          Nathan Weston wrote:
          [color=blue]
          > I'm new to Python and am looking for a book to get me up to speed
          > quickly. I'm an experienced programmer and very proficient with Ruby,
          > so Python is coming easily to me and I don't need a gentle
          > introduction -- I just need a quick way to get familiar with common
          > Python idioms and important libraries.[/color]



          contains examples for all modules that were in 2.0, in idiomatic python
          (see the "new modules in ..." for info on modules added in later versions).

          </F>



          Comment

          • elbows@spamcop.net

            #6
            Re: Book Recommendations


            Manuzhai wrote:[color=blue]
            > Check this thread currently going on:
            >[/color]
            http://groups.google.com/groups?hl=e...mp.lang.python[color=blue]
            >[/color]

            The link doesn't work -- maybe because of the new google groups
            interface?
            Can you repost with a working link?

            Thanks,
            Nathan

            Comment

            • JanC

              #7
              Re: Book Recommendations

              Nathan schreef:
              [color=blue]
              > The link doesn't work -- maybe because of the new google groups
              > interface?
              > Can you repost with a working link?[/color]

              I think it's this:
              <http://groups-beta.google.com/group/comp.lang.pytho n/browse_thread/thread/7bc765e46f2d218 0>

              --
              JanC

              "Be strict when sending and tolerant when receiving."
              RFC 1958 - Architectural Principles of the Internet - section 3.9

              Comment

              Working...