Le starter kit Arduino Officiel
Pour débutant – Manuel en Français
Apprenez l’Arduino et l’électronique de façon pratique how to update python
source venv/bin/activate # or venv\Scripts\activate on Windows pip install -r requirements.txt Q: I updated Python, but my IDE (VS Code/PyCharm) still shows the old version. A: You need to manually change the Python interpreter in your IDE settings. Point it to the new executable path. Use Virtual Environments
Use Virtual Environments. Always. (We will cover fixing your global Python first, then how to protect your projects). How to Update Python on Windows Windows does not come with Python pre-installed, so you likely installed it via the executable. Updating is straightforward. Step 1: Check your current version Open Command Prompt (cmd) or PowerShell and type: How to Update Python on Windows Windows does
Here is exactly how to update Python on Windows, macOS, and Linux without pulling your hair out. Do not just update your system Python and hope for the best. If you do, libraries installed via pip for your old version might vanish, and legacy scripts will crash.