+We start with a more general [excursion on data](../src/1-basicData.py) and their possible "interpretations". The basics of [Python programming](../src/2x-basicPython.py) are listed in a lengthy example covering the topics variables, operations, input/output, data types, functions and loops. More compact and practical examples as introduction to algorithms and programming are [CheckerBoard1](../src/chessPrint.py), [CheckerBoard2](../src/chessList.py), [CheckerBoard3](../src/chessNp.py) all dealing with creating a simple pattern and the [text version of game-of-live](../src/2b-gol-text.py). This is the foundation for the graphical version later on.
0 commit comments