### Apprendre Python, - https://python.doctor/ ### GUI - [QT](https://doc.qt.io/qtforpython-6/tutorials/index.html#pyside6-tutorials) ### DATA, CSV - [Numpy](https://numpy.org/doc/stable/user/absolute_beginners.html), - [Pandas](https://pandas.pydata.org/docs/getting_started/intro_tutorials/index.html), ### Environnements virtuels - [VSCodium, gestion venv, projets, git](https://blog.apps.education.fr/articles/installation-et-parametrage-de-vscodium-python-et-git2023-11-03t112513902z) #### Création `python -m venv /chemin` #### utilisation `source /chemin/bin/activate` #### désactivation `deactivate` ### Outils divers - [pyxelate](https://github.com/sedthh/pyxelate/blob/master/README.md), Super Pyxelate converts images to 8-bit pixel art. It is an improved, faster implementation of the original Pyxelate algorithm with palette transfer support and enhanced dithering.