How can I start?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fremuspoc
    New Member
    • Mar 2008
    • 2

    How can I start?

    Hey guys,
    I am new here, I tried to learn a bit of Phyton by myself but I need some help. How can I learn Phyton easily?
    Thanks.
    Fremuspoc
  • Laharl
    Recognized Expert Contributor
    • Sep 2007
    • 849

    #2
    www.diveintopython.org helped me a lot when I was learning Python. If you don't already know another language, it doesn't really explain a lot of basic programming, though. It's designed for programmers with some experience.

    Comment

    • Subsciber123
      New Member
      • Nov 2006
      • 87

      #3
      Originally posted by Laharl
      www.diveintopython.org helped me a lot when I was learning Python. If you don't already know another language, it doesn't really explain a lot of basic programming, though. It's designed for programmers with some experience.
      I agree with Laharl. That's what I used. However, if you have absolutely no programming experience, I would start with just editing the source code of HTML pages to get used to telling a computer exactly what you want it to do. Then some simple JavaScript to handle events, then www.diveintopython.org.

      Comment

      • fremuspoc
        New Member
        • Mar 2008
        • 2

        #4
        THANKS guys, It means a lot.
        Fremuspoc

        Comment

        • dshimer
          Recognized Expert New Member
          • Dec 2006
          • 136

          #5
          Also check out all the posts in this thread.

          Comment

          • askohen
            New Member
            • Mar 2008
            • 3

            #6
            Learning Python is a pretty good book too. But I think that assumes some programming experience. But not as much as Diving Into Python.

            Comment

            Working...