The Coder's Apprentice


Lists are ordered collections of data items, just like tuples. The major difference with tuples is that lists are mutable. This makes them a highly flexible data structure, that you will find many uses for.

Titel
Inleiding
Basis van lists
Lists zijn veranderbaar
Lists en operatoren
List methodes
Alias
Geneste lists
List casting
List comprehensions
Wat je geleerd hebt
Geschud kaartspel
FIFO (TODO)
Letters tellen (TODO)
Zeef van Eratosthenes (TODO)
Boter, kaas & eieren (TODO)
Zeeslag (TODO)
Subset sum (TODO)