Learning by doing: Reading books and trying to understand the (code) examples
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
T. Meissner 61cf2c9b67 added new file with examples of using the set data type/object 10 years ago
..
dicts.py completed dict examples by adding various methods for initialising, for example with defaultdict 10 years ago
lists.py added new file with examples of using the list data type/object 10 years ago
sets.py added new file with examples of using the set data type/object 10 years ago
tuples.py completed tupes examples by adding one for named tupes 10 years ago