New beginner to python for advice

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

    #1

    New beginner to python for advice

    HIi all:
    I am a new beginner to python, would you like give me some advice on
    studying it?
    Welcome to list some book on python for me.
    Thanks a lot.

  • vbgunz

    #2
    Re: New beginner to python for advice

    > I am a new beginner to python, would you like give me some[color=blue]
    > advice on studying it?[/color]

    http://www.python.org/doc/ is a real great place to start. Are you
    looking for different advice?

    Comment

    • Florian Reiser

      #3
      Re: New beginner to python for advice

      Hello Minlar,

      try: http://www.diveintopython.org/
      It is written very cleary and helps you to get started very quickly.

      Mit freundlichen Grüssen

      Florian Reiser

      --
      http://www.ra-bc.de
      RA Unternehmensber atung
      Führen durch präzise Daten

      "Minlar Ginger" <zhaoyuanjiang@ gmail.com> schrieb im Newsbeitrag
      news:1148367055 .409713.51170@j 55g2000cwa.goog legroups.com...[color=blue]
      > HIi all:
      > I am a new beginner to python, would you like give me some advice on
      > studying it?
      > Welcome to list some book on python for me.
      > Thanks a lot.
      >[/color]


      Comment

      • BartlebyScrivener

        #4
        Re: New beginner to python for advice

        If you are new to programming:



        If you already know at least one programming language:



        Your goal is to read, work the examples, and understand the Python
        Tutorial by Guido von Rossum:

        Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax an...


        If you can't understand it, then read other, easier tutorials and books
        until you do.

        Comment

        • John Salerno

          #5
          Re: New beginner to python for advice

          Minlar Ginger wrote:[color=blue]
          > HIi all:
          > I am a new beginner to python, would you like give me some advice on
          > studying it?
          > Welcome to list some book on python for me.
          > Thanks a lot.
          >[/color]

          I'd say read "Learning Python" (2nd ed.)

          Comment

          • Dirk Beste

            #6
            Re: New beginner to python for advice

            Minlar Ginger wrote:[color=blue]
            > HIi all:
            > I am a new beginner to python, would you like give me some advice on
            > studying it?
            > Welcome to list some book on python for me.
            > Thanks a lot.
            >[/color]

            If you like a practical approach you can try
            Langtangen's Python Scripting for Computational Science.

            Comment

            Working...