Need help to learn Python

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

    #1

    Need help to learn Python

    Hi everyone,

    I'm very new in this Group as well Python language. I want to learn
    Python. So could you please advice me, and guide me how can i become
    master in Python !


    Thanks,
    Partha

  • Ben Finney

    #2
    Re: Need help to learn Python

    "PythonBite r" <tpartha@gmail. comwrites:
    I'm very new in this Group as well Python language. I want to learn
    Python.
    Welcome, and congratulations on your decision.
    So could you please advice me, and guide me how can i become master
    in Python !
    Work through the Python Tutorial. This means: don't just read it, but
    perform the exercises in order, and experiment with each one until you
    understand what it does.

    <URL:http://docs.python.org/tut/>

    --
    \ "I know you believe you understood what you think I said, but I |
    `\ am not sure you realize that what you heard is not what I |
    _o__) meant." -- Robert J. McCloskey |
    Ben Finney

    Comment

    • soarnil

      #3
      Re: Need help to learn Python

      On 3ÔÂ23ÈÕ, ÏÂÎç1ʱ03·Ö, "PythonBite r" <tpar...@gmail. comwrote:
      Hi everyone,
      >
      I'm very new in this Group as well Python language. I want to learn
      Python. So could you please advice me, and guide me how can i become
      master in Python !
      >
      Thanks,
      Partha
      Programming Python 3ed Edition is a great book.

      Comment

      • Benjamin Hell

        #4
        Re: Need help to learn Python

        Hi!

        PythonBiter wrote:
        I'm very new in this Group as well Python language. I want to learn
        Python. So could you please advice me, and guide me how can i become
        master in Python !
        If you are new to programming in general, too, the "Non-Programmer's
        Tutorial for Python" is a good start:




        Cheers,

        Ben

        Comment

        • Graeme Glass

          #5
          Re: Need help to learn Python

          Online Docs, and Core Python Programming fits the bill! (http://
          starship.python .net/crew/wesc/cpp/)

          Comment

          • kyosohma@gmail.com

            #6
            Re: Need help to learn Python

            On Mar 23, 12:03 am, "PythonBite r" <tpar...@gmail. comwrote:
            Hi everyone,
            >
            I'm very new in this Group as well Python language. I want to learn
            Python. So could you please advice me, and guide me how can i become
            master in Python !
            >
            Thanks,
            Partha
            If you need books for a beginner in Python, go with "Python
            Programming for the Absolute Beginner" by Dawson, or "Python
            Programming: An Introduction to Computer Science" by Zelle.

            Core Python Programming is mostly theory and very little code. It's
            good for reference and digging deeper into the language, if you don't
            mind some screwy grammatical errors here and there. Programming Python
            3rd Ed (by Lutz) has lots of code to dig into, but I would say it is
            for intermediate to advanced users. It also contains many practical
            useful scripts in it.

            Mike

            Comment

            • Tina I

              #7
              Re: Need help to learn Python

              PythonBiter wrote:
              Hi everyone,
              >
              I'm very new in this Group as well Python language. I want to learn
              Python. So could you please advice me, and guide me how can i become
              master in Python !
              >
              >
              Thanks,
              Partha
              >
              Lots of great resources for beginners:

              Comment

              Working...