Index
The aim of this page is to list the tutorials covered to date, and the concepts covered in them. If you’re interested in a concept search for it here then click the link to the relevant page.
[August 2011: Work in progress - to be completed!]
Catching Our Breath – overview of recent progress
Keeping Code – using a text editor to save your Python code
Dictionaries, Hovercraft, Eels – Python dictionaries, keys, items, values {}
A Big Jar of Pickles – example of using pickle to store the questions for a trivia game
An Awful Pickle – storing objects in a file pickle/cPickle
Omigosh: Happy New Year – overview of progress
Foundations: The Ministry of Silly Objects – more on objects, methods, attributes
Trivia Game part 2 – random.randint()
Trivial Lists – Lists, referencing members of the list with listName[index]
CryptoPyThy – consolidation, ord() and chr() functions
Strings – escape characters, \t and \n, .split() method, .join() method, slicing with [:]
Random Imports- import statement, random() module, random.random(), del to delete imported modules
Functions (or The Right Place for an Argument) arguments, default values for arguments)
Some Foundations: Variables and stuff
While, control-C to stop execution
More on range, modulo/remainder arithmetic (ie 5%4 = 1)
Pingback: Recap on Progress « Python Tutorials for Kids 8+