diff --git a/Introduktion.md b/Introduktion.md index 3aafe41..ec71d46 100644 --- a/Introduktion.md +++ b/Introduktion.md @@ -45,3 +45,17 @@ Alle moduler installeres på samme måde. ``` > python -m pip install "modulnavn" ``` +## Valg af kode editor + +Der findes adskillige kode editorer, med hver deres styrker og svagheder. +### Gratis editorer +- IDLE (installeret sammen med Python) +- PyCharm (Community edition) +- Spyder +- Visual Studio Code (VSCode) +Derudover, kan man bruge en helt almindelig teksteditor, da python filer bare er tekstfiler. +- Notepad (Simpel teksteditor) +- Notepad++ (Teksteditor, med mulighed for syntax highlighting) + +Min egen favorit er VSCode, fra Microsoft. +Den kan hentes her [https://code.visualstudio.com/download](https://code.visualstudio.com/download)