Differences between revisions 8 and 11 (spanning 3 versions)
Revision 8 as of 2005-08-30 14:25:38
Size: 3831
Comment:
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 1: Line 1:
#acl All:read
Line 16: 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 18: 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 23: 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 28: 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 74: Line 71:
  * [http://docs.python.org/tut/ Python Tutorial]
Line 75: Line 73:
  * [http://www.dickbaldwin.com/tocpyth.htm Learn to Program using Python]

  A tutorial by Richard Baldwin that covers basic data types and
  functions.
  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 2025-03-19 10:02:43 by MeenakshiAgarwal)

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