Update Introduktion

2025-03-17 09:47:00 +01:00
parent 4cb13b20c9
commit 1a0c9ea989

@@ -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)