Sujets:
- Le Raspberry Pi
- Commandes linux
- Thonny, un éditeur Python
- Git et Github
- Visual Programming Language (VPL) avec le Thymio
- Documenter un projet avec Markdown dans un Wiki
- Langage Aseba
- Système binaire (héxadécimal)
- Projet Tokyo watch : incrémenter, décrémenter des compteurs
- Think Python
- variables, opérations, expressions
- boucles, if-else
- fonctions
- lists, dictionnaires, tuples
- Entrées-sortes avec le SenseHAT
- Programmer un jeu avec SenseHAT
- Programmer un jeu avec pyglet
- Programmation orienté objet (POO)
Update the pip package manager in the private user space
/anaconda3/bin/python3 -m pip install --upgrade --user pip
Install the virtual environment manager
/anaconda3/bin/python3 -m pip install --user virtualenv
Install the sphinx document generation system:
conda install sphinx
Install the sphinx_rtd_theme
pip install sphinx_rtd_theme
Install the VS Code extension Live Server (ritwickdey.liveserver).