Python: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
** py2exe | ** py2exe | ||
** pyinstaller | ** pyinstaller | ||
+ | * Shell:IDLE | ||
+ | * extension für Python scripts: .py | ||
+ | * Datentypen: https://docs.python.org/2/library/datatypes.html | ||
+ | |||
+ | ==Publikationen== | ||
+ | |||
+ | ===Tutorials=== | ||
+ | |||
+ | * https://www.youtube.com/watch?v=pEFr1eYIePw | ||
+ | * [https://www.youtube.com/watch?v=oULe0h0Jl3g PAGE Generator Python - Tkinter GUI Builder] | ||
==Siehe auch== | ==Siehe auch== | ||
* [[Software]] | * [[Software]] |
Aktuelle Version vom 8. Juli 2018, 18:26 Uhr
- Python Interpreter: download at https://www.python.org/downloads/
- Package
- py2exe
- pyinstaller
- Shell:IDLE
- extension für Python scripts: .py
- Datentypen: https://docs.python.org/2/library/datatypes.html