-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add introduction and missing images.
- Loading branch information
1 parent
b737800
commit eb6e535
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# Thonny | ||
# Thonny | ||
Thonny ist ein spezielles Programm, das uns beim Schreiben von Python-Programmen unterstützt. | ||
|
||
Das bietet uns Thonny: | ||
- **Alles dabei:** Wenn Sie Thonny installiert haben, haben Sie bereits alles, was sie zum Python-Programmieren benötigen. | ||
- **Python-Programme schreiben und ausführen:** In Thonny können Sie Ihre Python-Programme schreiben, ausführen und deren Ausgabe ansehen. | ||
- **Programme speichern und öffnen:** Sie können Ihre Python-Programme in Thonny speichern und später wieder öffnen. | ||
- **Syntax Highlighting:** Die verschiedenen Elemente der Python-Sprache (zum Beispiel spezielle Wörter wie `if` und `while`) werden farblich markiert, um eine bessere Übersicht zu bieten. | ||
|
||
:::warning[Thonny ≠ Python] | ||
Wir verwenden zum Programmieren die Programmiersprache **Python**. Thonny ist dabei nur ein Hilfsmittel. Es ginge auch ohne Thonny. | ||
|
||
Wir schreiben also nicht etwa "Thonny-Programme", sondern **Python**-Programme. | ||
::: | ||
|
||
--- |