NOOOOB

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

    #1

    NOOOOB

    Hey guys,

    I want to begin python. Does anyone know where a good starting point
    is?

    Thanks,
    Jem

  • marc.wyburn@googlemail.com

    #2
    Re: NOOOOB

    On May 22, 11:29 am, jolly <jemna...@gmail .comwrote:
    Hey guys,
    >
    I want to begin python. Does anyone know where a good starting point
    is?
    >
    Thanks,
    Jem
    I went through the tutorial on python.org and found that really
    helpfull. If in a windows env the book by mark hammond is excellent.

    Comment

    • marc wyburn

      #3
      Re: NOOOOB

      On May 22, 11:29 am, jolly <jemna...@gmail .comwrote:
      Hey guys,
      >
      I want to begin python. Does anyone know where a good starting point
      is?
      >
      Thanks,
      Jem
      i went through the tutorials on the main site and then followed up
      with mark Hammonds book for windows stuff. I got a few other books as
      well to reference but I've found it easy enough to find info for
      almost everything on the net.

      Comment

      • Giles Brown

        #4
        Re: NOOOOB

        On 22 May, 11:29, jolly <jemna...@gmail .comwrote:
        Hey guys,
        >
        I want to begin python. Does anyone know where a good starting point
        is?
        >
        Thanks,
        Jem
        My suggestion is have a look at www.python.org and see if you can find
        what you're looking for.

        Giles

        Comment

        • kyosohma@gmail.com

          #5
          Re: NOOOOB

          On May 22, 7:26 am, Giles Brown <giles_br...@ho tmail.comwrote:
          On 22 May, 11:29, jolly <jemna...@gmail .comwrote:
          >
          Hey guys,
          >
          I want to begin python. Does anyone know where a good starting point
          is?
          >
          Thanks,
          Jem
          >
          My suggestion is have a look atwww.python.or gand see if you can find
          what you're looking for.
          >
          Giles
          If you need reference books that delve deep into the language while
          being somewhat understandable, I would recommend "Programmin g Python"
          by Lutz or "Core Python Programming" by Chun. "Beginning Python" by
          Hetland covers just about everything you'd need to know and it
          includes some fairly complex examples in the back...plus it's about
          half the size of the other two books.

          Other than that, I'd with the other guys on this. The web has lots of
          good examples, puzzles and for most of the standard library, decent
          docs, although not always with good or thorough examples.

          Enjoy!

          Mike

          Comment

          • kyosohma@gmail.com

            #6
            Re: NOOOOB

            On May 22, 7:16 am, marc wyburn <marc.wyb...@go oglemail.comwro te:
            On May 22, 11:29 am, jolly <jemna...@gmail .comwrote:
            >
            Hey guys,
            >
            I want to begin python. Does anyone know where a good starting point
            is?
            >
            Thanks,
            Jem
            >
            i went through the tutorials on the main site and then followed up
            with mark Hammonds book for windows stuff. I got a few other books as
            well to reference but I've found it easy enough to find info for
            almost everything on the net.
            If you need reference books that delve deep into the language while
            being somewhat understandable, I would recommend "Programmin g Python"
            by Lutz or "Core Python Programming" by Chun. "Beginning Python" by
            Hetland covers just about everything you'd need to know and it
            includes some fairly complex examples in the back...plus it's about
            half the size of the other two books.

            Other than that, I'd with the other guys on this. The web has lots of
            good examples, puzzles and for most of the standard library, decent
            docs, although not always with good or thorough examples.

            Enjoy!

            Mike

            Comment

            • kyosohma@gmail.com

              #7
              Re: NOOOOB

              On May 22, 7:16 am, marc wyburn <marc.wyb...@go oglemail.comwro te:
              On May 22, 11:29 am, jolly <jemna...@gmail .comwrote:
              >
              Hey guys,
              >
              I want to begin python. Does anyone know where a good starting point
              is?
              >
              Thanks,
              Jem
              >
              i went through the tutorials on the main site and then followed up
              with mark Hammonds book for windows stuff. I got a few other books as
              well to reference but I've found it easy enough to find info for
              almost everything on the net.
              If you need reference books that delve deep into the language while
              being somewhat understandable, I would recommend "Programmin g Python"
              by Lutz or "Core Python Programming" by Chun. "Beginning Python" by
              Hetland covers just about everything you'd need to know and it
              includes some fairly complex examples in the back...plus it's about
              half the size of the other two books.

              Other than that, I'd with the other guys on this. The web has lots of
              good examples, puzzles and for most of the standard library, decent
              docs, although not always with good or thorough examples.

              Enjoy!

              Mike

              Comment

              • Michael Tobis

                #8
                Re: NOOOOB

                Different strokes for different folks.

                You might get better advice about where to start if you tell us a bit
                about yourself. Do you have any other programming experience? Do you
                have specific goals in mind as a programmer?

                mt


                Comment

                • sbroscious@gmail.com

                  #9
                  Re: NOOOOB

                  On May 22, 6:29 am, jolly <jemna...@gmail .comwrote:
                  Hey guys,
                  >
                  I want to begin python. Does anyone know where a good starting point
                  is?
                  >
                  Thanks,
                  Jem
                  I really liked How to Think Like a Computer Scientist learning with
                  python foound at http://www.ibiblio.org/obp/thinkCSpy/. Unlike most
                  paper books you'd be hard pressed to find typos (that at this level of
                  programming you wouldn't notice) there. Also if you want another
                  source of info try www.diveintopython.org. You can find the book on
                  the store shelves, but why pay when you can get it for free of the
                  net. You can view it as HTML or download the .pdf.

                  Comment

                  • Basilisk96

                    #10
                    Re: NOOOOB

                    On May 22, 5:44 pm, sbrosci...@gmai l.com wrote:
                    On May 22, 6:29 am, jolly <jemna...@gmail .comwrote:
                    >
                    Hey guys,
                    >
                    I want to begin python. Does anyone know where a good starting point
                    is?
                    >
                    Thanks,
                    Jem
                    >
                    I really liked How to Think Like a Computer Scientist learning with
                    python foound athttp://www.ibiblio.org/obp/thinkCSpy/. Unlike most
                    paper books you'd be hard pressed to find typos (that at this level of
                    programming you wouldn't notice) there. Also if you want another
                    source of info trywww.diveinto python.org. You can find the book on
                    the store shelves, but why pay when you can get it for free of the
                    net. You can view it as HTML or download the .pdf.
                    I agree with the previous post on the "Think Like a CS" book. It is
                    excellent text for getting your feet wet in Python, whether you have
                    had previous programming experience or not.

                    Comment

                    Working...