The source code of my exercise ...
The output of my source code ...
Post #65: YouTube, Programmieren Starten, Python Tutorial, #17, Die For-Schleife als Zählerschleife, 2023.
Post #101: Literaturtipp, Mark Steadman, Codierung in 30 Sekunden, Librero IBP Verlag, Niederlande, 160 Seiten, 2023.
Post #96: Bernd Klein, Einführung in Python 3 für Ein- und Umsteiger, Hansa Verlag, 2. Auflage, 494 Seiten, 2014.
Post #148: FreeCodeCamps, Estefania Cassingena Navone, What Is Programming, A Handbook for Beginners, 2024.
MIMO is one of the best learning apps for programming, script and database languages. There are 4 coding areas: 1. Python, 2. HTML, 3. SQL and 4. JavaScript. For each language you can get a certificate at the end of the course.
It is offered as an app for Android, iOS and is also running on the the web. You are a part of a community and the support by MIMO is very good. If you have the time and joy, you can take care of your daily streak, climb the leaderboard and win trophies.
Post #55: MIMO for Android and iOS, learning app for Python, SQL, HTML and JavaScript, 2023.
Recursive Programming based on an idea by Sierpinski
The source code of my exercise, part 1 ...
The output of my source code ...
The source code of my exercise, part 2 ...
Post #40: Claudia Ermel & Olga Runge, Erste Schritte mit Python für Dummies Junior, Lass die Schildröte für dich arbeiten, Turtle Programmierung mit Python, Wiley Verlag, Weinheim, 2017.
Instructions for installing the distribution of ANACONDA and PYCHARM for Python and programming the classical "Hello World!".
Post #1: YouTube, Programmieren Starten, Python Tutorial, #1 Dein erstes Programm, 2023.
The source code and output of my exercise ...
Post #49: YouTube, Programmieren-Starten, Python Tutorial, #13 While-Schleife, 2023.
www.pythonbytesize.com
Post #144: YouTube, John Philip Jones, Python Tutorial, #1 - #280 Videos, 2024.
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.