Curate, connect, and discover
Ein richtig gutes Taschenbuch für den Einstieg in die Programmiersprache "Python". Das Buch ist zwar schlank, aber trotzdem ausführlich und kompetent. Michael Weigend gehört für mich zu den besten deutschsprachigen Autoren zur Programmierung mit Python, der verständlich schreibt und ein solides Fachwissen vermittelt.
Post #27: Michael Weigend, Python 3 Schnelleinstieg, Programmieren lernen in 14 Tagen, mitp Verlag, Frechen, 2021.
Post #24: Real Python, Getting Started with Python IDLE, 2023.
Post #23: MIMO, Programming and learning community, 2023.
The source code of my exercise ...
The output of my source code ...
Post #21: YouTube, Programmieren-Starten, Python Tutorial, #6 Die Input-Funktion, 2023.
My free exercise to eliminate same elements of a list ...
Post #20: Two exercises by @elu-xx with an interesting suggestion for improvement. How can I code the first exercise shorter and on another way?, 2023.
14/04/23 - Day 14
Today I finished the section about lists!
The script above deletes from the list the elements that appear more than once.
I also did this program:
It goes through the list to find an element and it output the position of the element.
The output of the source code ...
Post #16: Exercise - The boolean value of variables, coded by Pydroid 3.0 for Android, 2023.
The source code of my exercise ...
The output of my source code ...
Post #13: YouTube, Programmieren Starten, Python Tutorial, #4/24 Variablen, 2023.
The source code of my exercise ...
The output of my source code ...
Post #9: YouTube, Programmieren-Starten, Python Tutorial, #3/24 Strings, 2023.
Post #8: YouTube, Guido van Rossum, The story of Python, 2023.
Thonny is one of the best programming editors for windows to dive into Python. This IDE offers a lot of options to have a pleasant programming experience from the very beginning and later too.
Post #7: THONNY - My favourite Python programming editor for Windows. It is a simple and powerful IDE for all ages, 2023.
Post #5: YouTube, Programmieren Starten, Python Tutorial, #2 Zahlen, 2023.
Post #4: www.exyte.com, A brief history of Python, 2023.
Post #3: Interesting books for Python #1, Hans-Georg Schumann, Python for Kids, MITP Verl, 2023.
Post #2: www.amolblog.com, "Hello World" in 10 different programming languages, 2023.