Your personal Tumblr journey starts here
Post #53: YouTube, Programmieren Starten, #14 Listen in Python, 2023.
Source: www.techvidvan.com
Python is a popular, powerful, and versatile programming language that is widely used in a variety of fields. It is well renowned for being straightforward, readable, and simple to use, making it a fantastic option for both novice and seasoned programmers.
Post #52: TechVidvan, The Python Interpreter, 2023.
The output of my source code ...
The source code of my free exercise ...
Post #51: Free Exercise, The use and advantage of a list comprehension compared to the for-loop with the list method "append", 2023.
My favourite Learn-App for Python, HTML, CSS and Java Script. I have a lot of fun and success to study and repeat learning stuff again and again. For me MIMO is much better than SoloLearn.
Post #50: My Python-Certificate on MIMO, 2023.
The source code and output of my exercise ...
Post #49: YouTube, Programmieren-Starten, Python Tutorial, #13 While-Schleife, 2023.
This small article from "Analytics Insight" briefly introduces five programming languages that are supposedly suitable for beginners to learn to program: Python, C and C++, Java, Kotlin and JavaScript. I do not share this opinion with the author Shiva Ganesh. For me, of the programming languages mentioned above, "Python" is by far the best for beginners, followed by JavaScript. I would never recommend "Java" to a beginner as the syntax is quite complicated and not at all intuitive to understand, which is very much the case with e.g. Python. I wouldn't recommend C, C++ and Kotlin for newcomers either, because these languages are too complex to start with.
In diesem kleinen Artikel von "Analytics Insight" werden fünf Programmiersprachen kurz vorgestellt, die angeblich für Einsteiger geeignet sein sollen, um das Programmieren zu lernen: Python, C und C++, Java, Kotlin und JavaScript. Diese Meinung teile ich nicht mit dem Autor Shiva Ganesh. Für mich ist von den oben genannten Programmiersprachen "Python" mit Abstand am besten für Anfänger geeignet, direkt dahinter kommt die JavaScript. Einem Anfänger würde ich niemals "Java" empfehlen, da die Syntax ziemlich kompliziert und überhaupt nicht intuitiv verständlich ist, was z.B. bei Python sehr stark der Fall ist. C, C++ und Kotlin würde ich Neulingen auch nicht anraten, weil diese Sprachen für den Anfang zu komplex sind.
Post #48: Analytics Insight, 5 Programming Languages For Beginners To Learn, 2023.
Obwohl die Entwicklung von Python schon 1991 begann, stand die Sprache lange im Schatten anderer Programmiersprachen. So richtig im Mainstream angekommen ist Python erst in den vergangenen Jahren. Dabei gibt es viele Gründe für die Popularität von Python: 1. recht einfache Syntax, 2. gut lesbarer Quelltext, 3. schlanke Programmiersprache, 4. effektives Modulkonzept, 5. eignet sich für Wissenschaft, Forschung und Bildung und 6. bevorzugte Programmiersprache beim Raspberry Pi.
Although development of Python began in 1991, the language has long been overshadowed by other programming languages. Python has only really arrived in the mainstream in recent years. There are many reasons for the popularity of Python: 1. very simple syntax, 2. easily readable source code, 3. lean programming language, 4. effective module concept, 5. suitable for science, research and education and 6. preferred programming language for the Raspberry Pi.
Post #47: Michael Kofler, Python - Der Grundkurs, Rheinwerk Verlag, Bonn, 2. aktualisierte Auflage, 2022.
There are 71 built-in functions in Python 3.11.
Built-in Functions — Python 3.11.3 documentation
In my opinion these 29 built-in functions are very popular:
abs(), ascii(), bin(), bool(), bytes(), chr(), complex(), dict(), dir(), eval(), float(), help(), hex(), input(), int(), len(), list(), max(), min(), open(), pow(), print(), range(), round(), set(), sorted(), str(), tuple(), type().
Post #46: Built-In Functions In Python, 2023.
The source code of my exercise, part 1 ...
The output of my source code ...
The source code of my exercise, part 2 ...
Post #45: YouTube, Programmieren-Starten, Python Crashkurs, #12 Logische Operatoren, 2023.
The basics for Python programming ...
Post #44: Programming Hub, Certificate Of Excellence For Python Programming, 2023.
Post #43: HelloCoding, Farben im Terminal für Python mit "Colorama", Eine Anleitung zum Gebrauch des Moduls, 2023.
The source code of my exercise ...
The output of my source code ...
I came up with this little exercise in which a six-digit number entered by the computer has to be matched exactly with a generated random number. You can imagine that with the many attempts, the million mark is quickly exceeded.
The source code of my exercise ...
On this occasion I also tried the "Colorama" module for Python, which allows you to set the foreground and background color in the console.
Post #42: Exercise - Catch My Number With A Random Number, 2023.
The source code of my exercise ...
The output of my source code ...
Post #41: YouTube, Programmieren Starten, Python Tutorial, #11 If und Elif und Else, 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.
Post #39: YouTube, Lex Clips, Guido van Rossum explains Python programming, 2023.
Post #38: Analytics Insight, Top 10 Python Programming Books For Beginners, 2023.
The source code of my exercise ...
The output of my source code ...
Post #37: YouTube, Programmieren Starten, #10 Die If-Anweisung, 2023.
You can catch a course and at the end a certificate ...
But for me it's more important to dive into a course ...
Post #36: Programming Hub for Android, different programming courses, 2023.
Programmieren für Kinder und Jugendliche ...
Post #35: Code Your Life, Digitalisierung im Bildungswesen, 2023.
The Zen of Python is a collection of 19 "guiding principles" for writing computer programs that influence the design of the Python programming language. Software engineer Tim Peters wrote these principles and posted them on the Python mailing list in 1999. Peters' list left open a 20th principle "that Guido must fill in," referring to Guido van Rossum, the original author of the Python language. The vacancy for a 20th principle has not been filled. (www.wikipedia.com)
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one, and preferably only one, obvious way to do it.
Although that way may not be obvious at first unless you're Dutch. LOL
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
Das Zen von Python ist eine Sammlung von 19 "Leitprinzipien" für das Schreiben von Computerprogrammen, die das Design der Programmiersprache Python beeinflussen. Der Software-Entwickler Tim Peters schrieb diese Prinzipien auf und veröffentlichte sie 1999 auf der Python-Mailingliste. Peters' Liste ließ ein 20. Prinzip offen, das "Guido" ausfüllen muss, und bezog sich dabei auf Guido van Rossum, den ursprünglichen Autor der Python-Sprache. Die Vakanz für ein 20. Prinzip wurde nicht besetzt. (www.wikipedia.com)
Schön ist besser als hässlich.
Explizit ist besser als implizit.
Einfach ist besser als kompliziert.
Komplex ist besser als undurchschaubar.
Flach ist besser als verschachtelt.
Spärlich ist besser als beschränkt.
Lesbarkeit zählt.
Spezialfälle sind nicht speziell genug, als dass sie die Regeln sprengen dürften.
Obwohl die praktische Anwendbarkeit die Reinheit übertrifft.
Fehler sollten nie schweigend verlaufen.
Außer man hat sie explizit zum Schweigen gebracht.
Im Angesicht der Mehrdeutigkeit widerstehe der Versuchung zu raten.
Es sollte einen --- und bevorzugt genau einen --- offensichtlichen Weg geben, es zu tun.
Obwohl dieser Weg auf den ersten Blick nicht offensichtlich erscheinen mag, außer man ist Holländer. LOL
Jetzt ist besser als nie. Obwohl nie oft besser ist als JETZT SOFORT.
Wenn die Implementierung schwer zu erklären ist, ist es eine schlechte Idee.
Wenn die Implementierung einfach zu erklären ist, könnte es eine gute Idee sein.
Namensräume sind eine glänzende Idee --- lasst uns mehr davon machen!
Post: #34: Tim Peters, The Zen Of Python, 1999.
The source code of my exercise ...
The output of my source code ...
Post #33: YouTube, Programmieren Starten, Python Tutorial, #9 Vergleiche in Python und der Datentyp "Bool", 2023.
Post #32: SwissEduc, Einführung in Python mit der Schildkröte, Informatik-Unterricht an Schulen der Sekundarstufe 2, 2023.
Post #31: Programming Languages And Their Logos, 2023.
Post #30: The variety of programming languages
Post #30: 30SecondsOfCode, Difference between list.sort() and sorted(), 2023.
The source code of my exercise ...
The output of my source code ...
Post #29: YouTube, Programmieren-Starten, #8 Der Zuweisungsoperator und die kombinierten Zuweisungsoperatoren, 2023.
Post #28: MU, An IDE for Python and absolute beginners. It's really a nice and helpful tool for learners of all ages, 2023.
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.
The source code of my exercise ...
The output of my source code ...
Post #25: Programmieren-Starten, Python Tutorial, #7 Type-Casting, 2023.
Post #24: Real Python, Getting Started with Python IDLE, 2023.
Post #23: MIMO, Programming and learning community, 2023.