unpacking_arg_list.py: Demonstrate unpacking argument lists [Dec-10-2012]
dictionary_param.py: accept function args as a tuple [Apr-08-2011]
tuples_param.py: accept function args as a tuple [Apr-08-2011]
list_tuples.py: iterate through a list of tuples [Mar-26-2011]
epoch2string.py: convert an epoch time to string using python [Jan-08-2010]
lambda.py: anonymous python functions using lambda [Nov-14-2009]
sum_stdin.py: sum all the integers read from stdin [Nov-03-2009]
dictionary_sort.py: iterate the keys of a dictionary in sorted order [Feb-02-2008]
sets.py: set operators union, intersection, exclusive or, difference [Dec-25-2007]
boolean.py: and or not boolean operations [Dec-22-2007]
none.py: None keyword is the undefined value in python [Dec-22-2007]
list.py: list append, extend, sort and iterate [Nov-17-2007]
bool.py: boolean literals [Nov-11-2007]
chomp.py: equivalent of chomp in python [Nov-11-2007]
file_io.py: file input and output [Nov-11-2007]
hw.py: Hello World and comments [Nov-11-2007]
if.py: if elif else [Nov-11-2007]
literals.py: string literals [Nov-11-2007]
printf.py: printf style output formatting [Nov-11-2007]
range.py: loop through a range of numbers [Nov-11-2007]
readstdin.py: read lines from stdin [Nov-11-2007]
scope.py: local scope? [Nov-11-2007]
statements.py: statements and end of lines [Nov-11-2007]
strings.py: string variables [Nov-11-2007]
sum.py: Sum 2 numbers [Nov-11-2007]
while.py: While loops and indentation [Nov-11-2007]