Update Introduktion
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user