TumbleTrack

Your personal Tumblr journey starts here

Coding For Kids - Blog Posts

The Python Interpreter ...

The Python Interpreter ...

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.

TechVidvan
Get to know about Python Interpreter in detail with some coding examples. And learn how Python Interpreter executes a program line by line i

Post #52: TechVidvan, The Python Interpreter, 2023.


Tags

The Advantage Of A List Comprehension ...

The Advantage Of A List Comprehension ...

The output of my source code ...

The Advantage Of A List Comprehension ...

The source code of my free exercise ...

The Advantage Of A List Comprehension ...

Post #51: Free Exercise, The use and advantage of a list comprehension compared to the for-loop with the list method "append", 2023.


Tags

My first certificate on MIMO ...

My First Certificate On MIMO ...

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.


Tags

Python Tutorial, #13 While-Schleife ...

Python Tutorial, #13 While-Schleife ...

The source code and output of my exercise ...

Python Tutorial, #13 While-Schleife ...

Post #49: YouTube, Programmieren-Starten, Python Tutorial, #13 While-Schleife, 2023.


Tags

5 Programming Languages For Beginners?

5 Programming Languages for Beginners to Learn
Analytics Insight
These are the 5 programming languages for beginners to learn and exposure makes deciding where to begin creating a successful career in the

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.


Tags

Programmieren lernen mit Michael Kofler ...

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.

Programmieren Lernen Mit Michael Kofler ...

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.


Tags

Many well-known built-in functions In Python ...

Many Well-known Built-in Functions In Python ...

There are 71 built-in functions in Python 3.11.

Many Well-known Built-in Functions In Python ...

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.


Tags

Python Tutorial, #12 Logische Operatoren ...

The source code of my exercise, part 1 ...

Python Tutorial, #12 Logische Operatoren ...

The output of my source code ...

Python Tutorial, #12 Logische Operatoren ...

The source code of my exercise, part 2 ...

Python Tutorial, #12 Logische Operatoren ...
Python Tutorial, #12 Logische Operatoren ...

Post #45: YouTube, Programmieren-Starten, Python Crashkurs, #12 Logische Operatoren, 2023.


Tags

Colors in the terminal for Python with "Colorama" …

Farben im Terminal für Python mit Colorama
HelloCoding
Um farbigen Text auf der Konsole darzustellen, gibt es einfache Möglichkeiten. Ich zeige dir, welche Module es gibt und wie es ganz ohne geh

Post #43: HelloCoding, Farben im Terminal für Python mit "Colorama", Eine Anleitung zum Gebrauch des Moduls, 2023.


Tags

Catch my number with a random number ...

The source code of my exercise ...

Catch My Number With A Random Number ...

The output of my source code ...

Catch My Number With A Random Number ...

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 ...

Catch My Number With A Random Number ...

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.


Tags

Python Tutorial, #11 If und Elif und Else ...

The source code of my exercise ...

Python Tutorial, #11 If Und Elif Und Else ...
Python Tutorial, #11 If Und Elif Und Else ...

The output of my source code ...

Python Tutorial, #11 If Und Elif Und Else ...

Post #41: YouTube, Programmieren Starten, Python Tutorial, #11 If und Elif und Else, 2023.


Tags

Turtle programming with Python: Sierpinski ...

Recursive Programming based on an idea by Sierpinski

The source code of my exercise, part 1 ...

Turtle Programming With Python: Sierpinski ...
Turtle Programming With Python: Sierpinski ...

The output of my source code ...

Turtle Programming With Python: Sierpinski ...

The source code of my exercise, part 2 ...

Turtle Programming With Python: Sierpinski ...
Turtle Programming With Python: Sierpinski ...

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.


Tags

Guido van Rossum explains Python programming ...

Post #39: YouTube, Lex Clips, Guido van Rossum explains Python programming, 2023.


Tags

Top Programming Books For Beginners ...

Top Programming Books For Beginners ...
Analytics Insight
Here is a curated list of the top 10 Python programming books for beginners available for tech professionals and web lovers.

Post #38: Analytics Insight, Top 10 Python Programming Books For Beginners, 2023.


Tags

Python Tutorial #10 If-Anweisung ...

The source code of my exercise ...

Python Tutorial #10 If-Anweisung ...
Python Tutorial #10 If-Anweisung ...

The output of my source code ...

Python Tutorial #10 If-Anweisung ...

Post #37: YouTube, Programmieren Starten, #10 Die If-Anweisung, 2023.


Tags

Get into Programming with ...

Get Into Programming With ...

You can catch a course and at the end a certificate ...

Get Into Programming With ...

But for me it's more important to dive into a course ...

Get Into Programming With ...

Post #36: Programming Hub for Android, different programming courses, 2023.


Tags

Digitalisierung im Bildungswesen: Code Your Life ...

Digitalisierung Im Bildungswesen: Code Your Life ...

Programmieren für Kinder und Jugendliche ...

Code your Life
Home | code-your-life.org
Im Kern geht es bei Code your Life darum, Programmieren und Informatik für Jungen und Mädchen im Alter von 10-14 Jahren spannend und aufrege

Post #35: Code Your Life, Digitalisierung im Bildungswesen, 2023.


Tags

The philosophy of Python

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!

Die Philosophie von Python

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.


Tags

Python Tutorial #9 Vergleiche ...

The source code of my exercise ...

Python Tutorial #9 Vergleiche ...
Python Tutorial #9 Vergleiche ...

The output of my source code ...

Python Tutorial #9 Vergleiche ...

Post #33: YouTube, Programmieren Starten, Python Tutorial, #9 Vergleiche in Python und der Datentyp "Bool", 2023.


Tags

Python meets the resurrection of Logo ...

Python Meets The Resurrection Of Logo ...

Quelle: www.swisseduc.ch

Post #32: SwissEduc, Einführung in Python mit der Schildkröte, Informatik-Unterricht an Schulen der Sekundarstufe 2, 2023.


Tags
What is the difference between list.sort() and sorted() in Python? - 30 seconds of code
30secondsofcode.org
Learn the difference between Python's built-in list sorting methods and when one is preferred over the other.

Post #30: 30SecondsOfCode, Difference between list.sort() and sorted(), 2023.


Tags

Python Tutorial #8, Zuweisungsoperator ...

The source code of my exercise ...

Python Tutorial #8, Zuweisungsoperator ...

The output of my source code ...

Python Tutorial #8, Zuweisungsoperator ...

Post #29: YouTube, Programmieren-Starten, #8 Der Zuweisungsoperator und die kombinierten Zuweisungsoperatoren, 2023.


Tags

Mu - A small but very comfortable IDE ...

Mu - A Small But Very Comfortable IDE ...

Mu - A Small But Very Comfortable IDE ...

Mu - A Small But Very Comfortable IDE ...

Mu - A Small But Very Comfortable IDE ...

Post #28: MU, An IDE for Python and absolute beginners. It's really a nice and helpful tool for learners of all ages, 2023.


Tags
Ein Richtig Gutes Taschenbuch Für Den Einstieg In Die Programmiersprache "Python". Das Buch Ist Zwar

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.


Tags

Python Tutorial, #7 Type-Casting ...

The source code of my exercise ...

Python Tutorial, #7 Type-Casting ...
Python Tutorial, #7 Type-Casting ...

The output of my source code ...

Python Tutorial, #7 Type-Casting ...

Post #25: Programmieren-Starten, Python Tutorial, #7 Type-Casting, 2023.


Tags

REAL PYTHON explains the Python IDLE ...

Getting Started With Python IDLE – Real Python
realpython.com
In this tutorial, you'll learn how to use the development environment included with your Python installation. Python IDLE is a small program

Post #24: Real Python, Getting Started with Python IDLE, 2023.


Tags
Loading...
End of content
No more pages to load
Explore Tumblr Blog
Search Through Tumblr Tags