Programming in Python 3 (tutorial via examples)

Tell us about your other hobbies & none QL related items here :)
Post Reply
User avatar
ql_freak
Gold Card
Posts: 353
Joined: Sun Jan 18, 2015 1:29 am

Programming in Python 3 (tutorial via examples)

Post by ql_freak »

Hello from ql_freak,

(Sorry message only useful for German speaking user [English translation at the end of this message]):

auf meiner homepage (unter "Programmieren mit Python 3", klicken Sie einfach den Link in der Signatur unten an) gibt es jetzt eine neue Seite für die Programmierung mit Python 3 mit "tkinter" (für fast alle Betriebssysteme verfügbar, unglücklicherweise - befürchte ich - nicht für den Ql.

Sie starten mit einem grafischen "Hello, world!" und schließen mit einem "Hello, world!" ab, in dem Sie einen Namen in ein Entry Eingabefeld eingeben können, und das Ergebnis der Bearbeitung (das machen SIE), in eine Listbox ausgeben können. Sie können mehrere Begrüßungen in einem Programmlauf absenden, sie werden alle zu der Listbox hinzugefügt.

Sie benötigen ca. eine bis 4 Stunden, um diese Einführung durchzuführen, inklusive der Installation von Python 3. Dies ist aber abhängig von Ihren Vorkenntnissen (insbesondere Programmierung). Zur Durchführung dieser Einführung werden keine besonderen (Vor-)Kenntnisse benötigt.

{English translation from the author - improvements welcome]:
On my homepage (under "Programmieren mit Python 3" - just click the link in the signature below) there is now a new page (sorry, currently only in German) for programming in Python 3 with "tkinter" (available for most desktop operating systems, unfortunately, I'm afraid, not for the QL).

You will start with a GUI "Hello, world!" and end with an "Hello, world!", where you can input a name in a text Entry field (of tkinter) and put it out into a Listbox (of tkinter). You can send multiple "Hello's" in one session (one run of the program), they are all added to the Listbox).

You need about one to 4 hours to complete this course (INCLUDING INSTALLATION OF PYTHON 3), depending on your (programming) Knowledge. There are NO previous skills required to "master" this course(!),


http://peter-sulzer.bplaced.net
GERMAN! QL-Download page also available in English: GETLINE$() function, UNIX-like "ls" command, improved DIY-Toolkit function EDLINE$ - All with source. AND a good Python 3 Tutorial (German) for Win/UNIX :-)
User avatar
ql_freak
Gold Card
Posts: 353
Joined: Sun Jan 18, 2015 1:29 am

Re: Programming in Python 3 (tutorial via examples)

Post by ql_freak »

No questions?


http://peter-sulzer.bplaced.net
GERMAN! QL-Download page also available in English: GETLINE$() function, UNIX-like "ls" command, improved DIY-Toolkit function EDLINE$ - All with source. AND a good Python 3 Tutorial (German) for Win/UNIX :-)
Post Reply