Topic:Python
From Wikiversity
|
If you have never programmed before, it might be a good idea to read the Introduction to Programming first.
[edit] Outcome
You will be learning how to install IDLE which you will use to program with Python. You will also learn how to program with Python and how to troubleshoot broken programs.
[edit] Lessons
- Python Setup and Introduction In this lesson, we'll cover what exactly Python is, and how to get it setup on your computer with the built-in IDLE code editor.
- Basic Python Data Types Learn the five types: strings, tuples, lists, dictionaries, and integers.
- Python Operators Python operators - basically, ways to do things.
- Truth and Flow Control in Python By using Boolean expressions, flow control, and loops, you'll learn how to code logic into your program.
- Basic Python Functions In this lesson, we'll cover local variables, value-passing, and defining functions.
- Object-Oriented Python Learn to write Class definitions, and inherit from other classes.
- Python Libraries Learn how to use the impressive Python Standard Library
[edit] Enrolled
Please sign below if you are participating in this topic. Use an asterisk and 4 tildes (~) to sign.
- `24.141.229.42 01:50, 14 March 2008 (UTC)
- Gebbun 14:49, 9 October 2006 (UTC)
- ArrowStomper 06:58, 10 October 2006 (UTC)
- Pyroprogrammer 03:17, 29 October 2006 (UTC)
- RobertLutz 20:45, 12 November 2006 (UTC)
- ragpicker13:04, 10 February 2007 (IST)
- Hellhound 21:55, 19 March 2007 (UTC)
- --Xora 18:42, 9 April 2007 (UTC)
- Zlrussell 22:48, 6 May 2007(UTC)
- Peteturtle 22:31, 14 May 2007 (UTC)
- JimD 19:34, 5 June 2007 (UTC)
- Lovefist233 12:49, 16 June 2007 (UTC)
- Slametpramono 01:45, 30 July 2007 (UTC)
- Immortal 15:10, 21 September 2007 (UTC)
- Eranws 20:58, 30 September 2007 (UTC)
- Kiran Pedda 10:29, 14 November 2007 (CST)
- Brylie 09:21, 20 November 2007 (UTC)
- Slipvyne 09:45, 26 January 2008 (UTC)
- killprogram 6:30 30 January 2008
- Gmontag 18:50, 1 February 2008 (UTC)
- Skyrail 22:49, 15 February 2008 (UTC)
- Sumitc 16:29, 28 March 2008 (UTC)
- ~byte 15:08, 12 April 2008 (UTC)
- Oreo masta 05:07, 4 August 2008 (UTC)
- Shebora 13:53, 22 September 2008 (UTC)
- Perogies 16:54, 1 November 2008 (UTC)
- 199.111.196.125 06:19, 1 November 2008 (UTC)
[edit] further reading
Since this site is still under construction you may want to look at one of the tutorials here:

