6. Modules — Python 3.10.3 documentation
docs.python.org › 3 › tutorialMar 21, 2022 · 6. Modules — Python 3.10.2 documentation. 6. Modules ¶. If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are better off using a text editor to prepare the input for the interpreter and running it with ...
tkinter - GUI erstellen in Python
https://www.python-lernen.de/tkinter-gui.htmMit dem Modul tkinter kann sehr einfach eine grafischen Benutzeroberfläche (GUI von englisch „graphical user interface“) erstellt werden. Da es sich bei Tkinter um das erste in Python integrierte GUI-Toolkit handelte, ist es in der Standardinstallation (bei Windows und Mac Os) bereits verfügbar. Die Benennung des Moduls kommt aus einer Geschichte.