An English and German blog. Mostly about development related topics.
Don't wanna be here? Send us removal request.
Text
Einrichten von Visual Studio Code + Python3 unter Windows/Linux oder MacOS
Visual Studio Code installieren
Visual Studio Code ist ein minimalistischer, leicht zu bedienender und wirklich modularer Texteditor. VS Code unterstützt unfassbar viele Programmiersprachen und kommt mit eingebauten Auto-Vervollständigungs- und Syntax-Highlightingsfunktionen.
Die Installation ist sehr einfach.
Downloade es von Visual Studio Code's Website, führe das Installationsprogramm aus, beende die Installation und es ist fertig!
Python installieren
Python zu installieren ist auch nicht all zu schwer. Wenn du Windows- oder MacOS-Benutzer bist, kannst du auf Python's Downloads Seite gehen, auf den Knopf mit der Aufschrift "Download 3.x" klicken und es sollte automatisch die richtige Datei für dein Betriebssystem herunterladen. Führe die Datei aus und folge dem Installationsvorgang.
Wenn du Linux verwendendest, kannst du einfach Folgendes tun:
sudo apt install python3
WICHTIG: Wenn du Widows verwendest, stelle sicher, dass du bei der Installation von Python "Add to PATH" ankreuzt, damit VS Code und andere Software den Python-Interpreter erkennen und verwenden kann.
VS Code für Python einrichten
Zuerst klicke auf das Symbol für Erweiterungen in der Seitenleiste (siehe Bild), gebe dann "Python" ein und installiere die Python-Erweiterung.
Optional: Installiere ein Theme, damit VS Code noch besser aussieht
Klicke erneut auf das Symbol für Erweiterungen und suche nach einem Farbtheme, das dir gefällt. Wenn du eines gefunden hast, kannst du es genau wie die Python-Erweiterung installieren.
Mein Theme: Material Theme Palenight
1 note
·
View note
Text
Set up Visual Studio Code + Python3 on Windows/Linux or macOS
Install Visual Studio Code
Visual Studio Code is a minimalistic, easy-to-use and really modular text editor that allows you to write code in many languages. VS Code comes with built in autocompelte and syntax highlighting functionalities.
Installing it is quite simple.
Download it from Visual Studio Code's Website, execute the installer, finish the installation and it's done!
Install Python
Installing Python isn't that hard either. If you're a Windows or macOS user, you can visit Python's downloads page, click the button that says "Download 3.x", and it should download the right file for your operating system automatically. Then just execute the file and follow the installation proccess.
If you're using Linux, you can just do the following:
sudo apt install python3
IMPORTANT: If you are using Widows, make sure, you check "Add to PATH", while installing Python, so VS Code and other software can detect and use you Python interpreter.
Set up VS Code for Python
First, click on the extensions icon in the sidebar (see picture), then type in "Python" and install the Python extension.
Optional: Make VS Code look better by installing a custom theme
Click on the extensions icon again and search for a color theme you like. If you found one, you can install it just like the Python extension.
My theme: Material Theme Palenight
1 note
·
View note
Text
Welcome!
Welcome to my blog.
This blog is mainly about development related topics. It is written in German and English. Usually the posts are simply translated and will not differ in their content.
2 notes
·
View notes