This directory contains several python scripts that deal with computational thinking problems. Each script has its description as a comment on its beggining, right after the license terms in the file.
After having python and pip installed, install the remaining requirements with:
$ pip install numpy matplotlib numba
On the Linux terminal, run a script with:
$ python3 <script_name.py>