Page 1 of 3 123 LastLast
Results 1 to 10 of 29

Thread: Wanting to learn Python

  1. #1
    Join Date
    Mar 2007
    Beans
    238

    Wanting to learn Python

    Where do I start to learn python? I want to develop small apps for my Ubuntu customization. If not Python, what would you suggest?

  2. #2
    Join Date
    Apr 2007
    Beans
    14,781

    Re: Wanting to learn Python

    Python is very good, don't stray...

    My wiki and the wiki it links to are very good for learning Python.

    If you have any questions, post them here and we'll try to help.

    Happy coding!

  3. #3
    Join Date
    Oct 2007
    Location
    Portland, OR, USA
    Beans
    17
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Wanting to learn Python

    Python is definitely a powerful language. I highly recommend learning by example. Read lots and lots of other scripts and it will sink in very quickly. I have a number of python examples on my blog (link is in my signature below) if you're interested. They start off pretty simple and gradually become more complex.

    I'm actually still in the process of learning the language myself - I'm a C# guy at work

  4. #4
    Join Date
    Mar 2005
    Location
    Haarlem, The Netherlands
    Beans
    363

    Re: Wanting to learn Python

    this site has a very useful tutorial: http://diveintopython.org, for other beginner docs see http://wiki.python.org/moin/BeginnersGuide

  5. #5
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Wanting to learn Python

    http://www.python.org/doc/current/tut/node2.html

    http://www.sthurlow.com/python/

    The second link is a good basic tutorial for Python...Enjoy

  6. #6
    Join Date
    Jun 2006
    Location
    CT, USA
    Beans
    5,267
    Distro
    Ubuntu 6.10 Edgy

    Re: Wanting to learn Python

    Again and again forum members recommend "Dive into Python" for beginners. Author itself says it is NOT for beginners: it is for ppl who already mastered other language and want just dive into Python. Seriously people, do you think you are smarter than the author?

    There are better books for beginners, see wiki in my sig

  7. #7
    Join Date
    Aug 2007
    Beans
    10

    Re: Wanting to learn Python

    What can be developed with python?

    What do you guys think of plone and zope ?

    Is this combo the future of web development?

  8. #8
    Join Date
    Jun 2006
    Location
    CT, USA
    Beans
    5,267
    Distro
    Ubuntu 6.10 Edgy

    Re: Wanting to learn Python

    plone and zope are monoliths for really big projects. It is more past than future.

    For beginner web app, Django is highly recommended (and "pronounced" by Guido). For more advanced, Turbogears or even Pylons if you really know what you are doing.

    Anything can be developed in Python, Python is turing-complete.

  9. #9
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Wanting to learn Python

    Quote Originally Posted by dgeorge View Post
    What can be developed with python?

    What do you guys think of plone and zope ?

    Is this combo the future of web development?
    Yep...like pmasiar said..anything can be developed in Python..very strong..

  10. #10
    Join Date
    Mar 2007
    Beans
    238

    Re: Wanting to learn Python

    How about an editor? I read about VIM and other programs. I don't know which one to get. Also if you can give instructions on how to install them it'd be great. I want to get into Python since I heard it's great--and after all your comments now I'm sure it is and can't wait to begin!

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •