Python
Opsætning
- Hent og installer Python 3
- (Windows) I første vindue af installationen: Sørg for at vælge “Add Python to PATH”.
- Hent Python extension til VScode efter VScode er installeret.
Moduler til Python kan installeres vha. pip vha. en af følgende kommandoer (alt efter hvordan det er installeret). Kommandoen skrives ind i terminalen:
pip install {modul}py -m pip install {modul}python3 -m pip install {modul}