Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: New to Python. Help please?

  1. #1
    Join Date
    Apr 2011
    Beans
    4

    Question New to Python. Help please?

    I'm 13 and would like to learn how to use Python. I have a Mac from school that I'll have to return in a couple of weeks. My home computer runs XP. I sort of know how to use Terminal on Mac, and know nothing about XPs command line. Can anyone recommend a good tutorial for someone like me who has absolutely no programming experience?

  2. #2
    Join Date
    Feb 2011
    Location
    Cambridge, ON, CAN
    Beans
    105
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: New to Python. Help please?

    Python tutorial, or command prompt tutorial?

  3. #3
    Join Date
    Mar 2011
    Location
    Montreal, Quebec, Canada
    Beans
    120
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: New to Python. Help please?

    Download python here:

    windows:
    http://www.python.org/download/windows/

    mac:
    http://www.python.org/download/mac/

    Then install this ide:

    windows/mac:
    - Eclipse with PyDev plugin

    Good luck

  4. #4
    Join Date
    Mar 2011
    Location
    Montreal, Quebec, Canada
    Beans
    120
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: New to Python. Help please?

    Try that out for a beginner tutorial:

    http://learn-to-program.net/index.html

  5. #5
    Join Date
    Jun 2007
    Location
    Canada
    Beans
    370

    Re: New to Python. Help please?

    Fortunately to use Python on Windows you don't actually need to know much (if anything) about the Windows command line. When you install Python there will be a "Python Command Line" that you can run from the Start menu. Click on that and you'll get the Python interpreter, same as if you ran the "python" command on Linux or Mac.

    To actually write python code all you really need is the interpreter and a basic text editor (Notepad, Textpad, Geany, Notepad++, etc...).

    The Python tutorials in the earlier posts are pretty good, and should help get you started.
    GCS/O d+(-@) s: a-->? C(++) UL P+ L+++@ E@
    W++$ N++ !o K++ w(++) !O M(-) !V PS+(++)
    PE-() Y+ PGP++ t++(+++@)* 5++ X++@ R+++@
    tv+ b++(+++) DI++ D+ G+ e++>++++ h- r y?

  6. #6
    Join Date
    Apr 2011
    Beans
    4

    Re: New to Python. Help please?

    Quote Originally Posted by andrew1992 View Post
    Python tutorial, or command prompt tutorial?
    python.

  7. #7
    Join Date
    Apr 2008
    Location
    Far, far away
    Beans
    2,148
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: New to Python. Help please?

    I've always felt for me that the best way to learn is to jump in and do something I'm interested in. I figure out on the way how to use the language and tools to get what I want. Not everyone learns well that way - some need to follow a path of examples and read a lot of theory. I find that unsatisfying so I always have a project goal that the learning focuses towards. Programming is 99% problem solving whatever language or tools you use.

    The online Python reference docs are clumsy at best and while I've used them extensively they often require a lot of patient detective work to use.

  8. #8
    Join Date
    Apr 2011
    Beans
    4

    Re: New to Python. Help please?

    Quote Originally Posted by StrayEddy View Post
    Download python here:

    windows:
    http://www.python.org/download/windows/

    mac:
    http://www.python.org/download/mac/

    Then install this ide:

    windows/mac:
    - Eclipse with PyDev plugin

    Good luck
    what version do i pick?
    and do you think you could give me a link to the eclipse download? thanks

  9. #9
    Join Date
    Sep 2005
    Location
    Rural Nevada, USA
    Beans
    314
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: New to Python. Help please?

    I wouldn't recommend Eclipse for a raw beginner. I'd follow ve4cib's suggestion, and use something like "(Notepad, Textpad, Geany, Notepad++, etc...)".

    I'm using Geany and finding it plenty capable.

  10. #10
    Join Date
    Apr 2011
    Beans
    4

    Re: New to Python. Help please?

    Quote Originally Posted by llanitedave View Post
    I wouldn't recommend Eclipse for a raw beginner. I'd follow ve4cib's suggestion, and use something like "(Notepad, Textpad, Geany, Notepad++, etc...)".

    I'm using Geany and finding it plenty capable.
    Sounds good.
    Is IDLE ok? 'cause, I think I prefer it when the text changes color as it's recognized as something. That way I can tell I didn't mess up.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •