TumblZone

Dive Deep into Creativity: Discover, Share, Inspire

Teaching - Blog Posts

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

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

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

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

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

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

Python - Turtle Programming, Mandala ...

Python - Turtle Programming, Mandala ...

The output of my source code ...

Python - Turtle Programming, Mandala ...

The source code of my exercise ...

Python - Turtle Programming, Mandala ...

The development of the Mandala on the screen ...

Post #22: Python - Turtle Programming, Mandala, Idea: Claudia Ermel & Olga Runge, Erste Schritte mit Python für Dummies 'Junior', Wiley Verlag, Weinheim, 1. Auflage, 2017.


Tags

TigerJython meets Python and Java ...

TigerJython Meets Python And Java ...

Quelle: www.python-online.ch

Der Name TigerJython spielt auf die "Tigerpython" an, die auf der Insel "Java" lebt. Bei TigerJython lebt die Programmiersprache Python in einer Java Umgebung.

Post #19: www.python-online.ch, TigerJython and the art of programming with the turtle, 2023.


Tags

SoloLearn, Course, Introduction to Python ...

SoloLearn, Course, Introduction To Python ...

Post #18: SoloLearn, Android-App for learning programming and script languages, 2023.


Tags

Python Tutorial #5, Data Types ...

The source code of my exercise ...

Python Tutorial #5, Data Types ...

The output of my source code ...

Python Tutorial #5, Data Types ...

Post #17: YouTube, Programmieren Starten, Python Tutorial, #5/24 Datentypen, 2023.


Tags

The boolean value of variables ...

The Boolean Value Of Variables ...

The output of the source code ...

The Boolean Value Of Variables ...

Post #16: Exercise - The boolean value of variables, coded by Pydroid 3.0 for Android, 2023.


Tags

Question: What do BASIC and PYTHON really have in common?

Question: What Do BASIC And PYTHON Really Have In Common?
Python.org
The official home of the Python Programming Language

Post #15: www.python.org, Computer programming for everybody, 2023.


Tags

LOGO meets PYTHON on a visual trip ...

How I rediscovered Logo with the Python Turtle module
Opensource.com
When I was in high school, one of the very first programming languages I was introduced to was Logo. It was interactive and visual.

Post #11: Ayush Sharma, How I rediscovered Logo with the Python Turtle module, 2023.


Tags

Python Tutorial, #3 Strings ...

The source code of my exercise ...

Python Tutorial, #3 Strings ...

The output of my source code ...

Python Tutorial, #3 Strings ...

Post #9: YouTube, Programmieren-Starten, Python Tutorial, #3/24 Strings, 2023.


Tags

THONNY - A great Python IDE for newbies and older rabbits ...

THONNY - A Great Python IDE For Newbies And Older Rabbits ...

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.

THONNY - A Great Python IDE For Newbies And Older Rabbits ...
THONNY - A Great Python IDE For Newbies And Older Rabbits ...

Post #7: THONNY - My favourite Python programming editor for Windows. It is a simple and powerful IDE for all ages, 2023.


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