Differences between revisions 10 and 11
Revision 10 as of 2005-11-26 14:36:36
Size: 3684
Comment: Add ACL
Revision 11 as of 2005-12-08 14:16:15
Size: 3832
Comment: Link to 'Byte of Python'; move the stock tutorial down
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
  * [http://www.python.org/doc/current/tut/ Python Tutorial]   * [http://www.freenetpages.co.uk/hp/alan.gauld/ Learning to Program]
  An introduction to programming for those
  who have never programmed before, by Alan Gauld. It introduces
  several programming languages but has a strong emphasis on Python.
Line 19: Line 22:
  This tutorial is part of
  Python's documentation set and is updated with each new release. It's
  not written with non-programmers in mind, but skimming through it will
  give you an idea of the language's flavor and style.
  * [http://www.byteofpython.info/ A Byte of Python], by Swaroop C.H., is also an introductory text
  for people with no previous programming experience.
Line 24: Line 25:
  * [http://www.hetland.org/python/instant-hacking.php Instant Hacking(For starters)]   * [http://www.hetland.org/python/instant-hacking.php Instant Hacking (For starters)]
Line 29: Line 30:

  * [http://www.freenetpages.co.uk/hp/alan.gauld/ Learning to Program]
  An introduction to programming for those
  who have never programmed before, by Alan Gauld. It introduces
  several programming languages but has a strong emphasis on Python.
Line 75: Line 71:
  * [http://docs.python.org/tut/ Python Tutorial]

  This tutorial is part of
  Python's documentation set and is updated with each new release. It's
  not written with non-programmers in mind, but skimming through it will
  give you an idea of the language's flavor and style.

Python for Non-Programmers

If you've never programmed before, the tutorials on this page are recommended for you; they don't assume that you have previous experience.

If you have previous programming experience, the list of programmer-oriented tutorials on the ["BeginnersGuide/Programmers"] page may get you started more quickly, but the tutorials on this page may still be helpful.

For Younger Students

  • [http://www.livewires.org.uk/python/ LiveWires] A set of Python lessons used during 1999, 2000, 2001 and 2002

    children's summer camps in Britain by Richard Crook, Gareth McCaughan, Mark White, and Rhodri James. Aimed at children 12-15 years old.

  • [http://gvr.sourceforge.net Guido van Robot] A teaching tool in which students write simple programs using a Python-like language to control a simulated robot. Field-tested at Yorktown High School, the project includes a lesson plan.

BeginnersGuide/NonProgrammers (last edited 2023-03-03 16:42:03 by AdamEmery)

Unable to edit the page? See the FrontPage for instructions.