TumblZone

Dive Deep into Creativity: Discover, Share, Inspire

Programming - Blog Posts

Teach Your Kids To Code ...

is a parent's and teacher's guide to teaching kids basic programming and problem solving using Python, the powerful language used in college courses and by tech companies like Google and IBM.

Teach Your Kids To Code ...

Step-by-step explanations will have kids learning computational thinking right away, while visual and game-oriented examples hold their attention. Friendly introductions to fundamental programming concepts such as variables, loops, and functions will help even the youngest programmers build the skills they need to make their own cool games and applications. Whether you've been coding for years or have never programmed anything at all, Teach Your Kids to Code will help you show your young programmer how to

Explore geometry by drawing colorful shapes with Turtle graphics

Write programs to encode & decode messages, play Rock-Paper-Scissors, and calculate how tall someone is in Ping-Pong balls

Create fun, playable games like War, Yahtzee, and Pong

Add interactivity, animation, and sound to their apps

Teach Your Kids to Code is the perfect companion to any introductory programming class or after-school meet-up, or simply your educational efforts at home. Spend some fun, productive afternoons at the computer with your kids—you can all learn something!

- No Starch Press -

Post #162: Bryson Payne, Teach Your Kids To Code, A Parent-Friendly Guide To Python Programming, 336 Pages, No Starch Press, Burlingame, California, U.S.A., 2025.


Tags

How many times do you have to roll the dice…

How Many Times Do You Have To Roll The Dice…

Counting how many times you have to roll the dice to catch 8 dice with the same number in a row.

Post #161: Jahtzee², Exercise, Python code snippet, 2025.


Tags

Codeliber - Learn Python ...

Codeliber - Learn Python ...

Post #160: Codeliber, Learn Python on Android, with online compiler and quizzes, 2025.


Tags

Python’s List Comprehension ...

Python’s List Comprehension ...

List comprehension in Python is a way to create lists using a compact and concise syntax. It’s like a shortcut for making lists by applying an operation to each item in another list or sequence. Instead of writing a loop, you can use a single line of code to generate a new list.

- The Python Nerd -

Medium
List comprehension in Python is a way to create lists using a compact and concise syntax. It’s like a shortcut for making lists by applying

Post#159: Medium, The Python Nerd, Mastering Python's List Comprehension, 2025.


Tags

Introducing WebTigerPython | TigerJython

Introducing WebTigerPython | TigerJython
webtigerpython.ethz.ch
WebTigerPython is a web based Python IDE

Post #157: WebTigerPython, An educational and python-like programming language for kids, youth and adults, 2025.


Tags

My latest certificate from Udemy ...

My Latest Certificate From Udemy ...

Post #156: Udemy, Loek van den Ouweland, Objekt Oriented Programming (OOP) with Python for beginners, 2025.


Tags

Post #154: Sirt Bhopal, Prof. Yogesh Sahu, Introduction to Python Programming, 2025.

Introduction of Python Programming by Prof .Yogesh Sahu


Tags

Acer Chromebook Plus 515 mit Python und Pydroid für Android ...

Acer Chromebook Plus 515: Gelungene Alternative
notebooksbilliger.de Blog
Neben den klassischen Chromebooks gibt es auch die Plus-Kategorie mit stärkerer Hardware und AI-Funktionen. Wir stellen dir ein Modell vor.
Acer Chromebook Plus 515 Mit Python Und Pydroid Für Android ...

Post #153: Acer Chromebook Plus, CB515 2H 345B, 15,6" FHD Display, 8 GB RAM, 128 GB HD, Chrome OS, Amazon 299.- €, Python Programming via Pydroid für Android, 2024.


Tags

Python X - Great Python Tutorial ...

Python X is designed to help users learn Python programming efficiently, offering a structured learning path from basic to advanced levels. It provides a unique experience with comprehensive tutorials, hundreds of code examples, and an online compiler to practice and improve coding skills. (Online Learning & Growth Institute on Android)

Post #152: Python X, Learn Python Programming, Tutorial with 26 chapters, 2024.


Tags

Udemy, Python, OOP For Beginners And More ...

Python OOP: Object Oriented Programming From Beginner to Pro
Udemy
Everything you need to develop great object oriented software. Classes, objects, polymorphism, SOLID, Design Patterns...

Post #152: Udemy, Danny Adams, Python OOP, Object-Oriented Programming, From Beginner To Pro, 2024.


Tags

Objekt-orientierte Programmierung mit Python ...

Objekt-orientierte Programmierung Mit Python ...

Eigene Objekte programmieren: Toaster

Objekt-orientierte Programmierung Mit Python ...

Quelle: Hauke Fehr, Let's code Python, 2024.

Objekt-orientierte Programmierung Mit Python ...
Objekt-orientierte Programmierung Mit Python ...
Objekt-orientierte Programmierung Mit Python ...
Objekt-orientierte Programmierung Mit Python ...

Post #151: Hauke Fehr, Let's code Python, OOP - Objektorientierte Programmierung, Eigene Objekte programmieren, 2024.


Tags

Studyflix - "Unified Modeling Language" ...

Unified Modeling Language - einfach erklärt!
Studyflix
Was ist die Unified Modeling Language? ✅ Aus welchen Elementen besteht sie? ✅ Was ist Aggregation, Komposition und Generalisierung? ✅ mit ko

Post #150: StudyFlix, UML, Was ist Unified Modeling Language?, 2024.


Tags

Mein 666-Tage-Lauf bei SoloLearn ...

Mein 666-Tage-Lauf Bei SoloLearn ...

Mein momentaner Programmierkurs ...

Mein 666-Tage-Lauf Bei SoloLearn ...

Post #149: SoloLearn, Learn To Code, Tutorial: Grundlagen der Programmierung (Python, HTML & CSS, SQL), 2024.


Tags

What is Programming? A Handbook for Beginners ...

What is Programming? A Handbook for Beginners
freeCodeCamp.org
Welcome to the amazing world of programming. This is one of the most useful and powerful skills that you can learn and use to make your visi

Post #148: FreeCodeCamps, Estefania Cassingena Navone, What Is Programming, A Handbook for Beginners, 2024.


Tags

The Modulo-Operator in Python ...

The Modulo-Operator In Python ...

https://realpython.com/python-modulo-operator/

Post #147: Real Python, Python Modulo in Practicse: How To Use The % Operator, 2024.


Tags

Pydroid 3 And Much More ...

Pydroid 3 And Much More ...
AlternativeTo
The best Pydroid 3 alternatives are PyCharm, Juno and NOMone Desktop - Linux and VR. Our crowd-sourced lists contains more than 10 apps simi
JetBrains
Die Python IDE für Data Science und Webentwicklung mit intelligenter Code-Completion, Fehlerüberprüfung im Hintergrund, Quick-Fixes und vie

Post #146: AlternativeTo, 27 Kilobyte AB by Ola & Markus, Crowdsourced Software Recommendations, Pydroid 3 And Alternatives, 2024.


Tags

Zahlen runden in Python ...

Zahlen Runden In Python ...

Source: https://codegree.de/runden-in-python/

Post #145: Codegree, Patrick, Python runden: So funktioniert es richtig, Kommazahlen mit der Built-In-Funktion "round()" zu runden, 2024.


Tags

John Philip Jones, Python Tutorial ...

www.pythonbytesize.com

Post #144: YouTube, John Philip Jones, Python Tutorial, #1 - #280 Videos, 2024.


Tags

Wie schwer ist es, Python zu lernen?

Post #143: YouTube, Florian Dalwigk, Wie schwer ist es, Python zu lernen?, 2024.


Tags

Ein gelungener Einstieg in Python ...

Ein Gelungener Einstieg In Python ...

Python ist eine sehr einfach zu erlernende Programmiersprache und für den Einstieg in die Welt der Programmierung ideal geeignet. Trotz ihrer Einfachheit bietet diese Sprache auch die Möglichkeit, komplexe Programme für vielfältige Anwendungsgebiete zu schreiben. (MITP-Verlag)

Ein Gelungener Einstieg In Python ...

Post #142: Thomas Theis, Einstieg in Python, Ideal für Programmieren Steiger, Rheinwerk Computing Verlag, Bonn, 8. aktualisierte Ausgabe, 2024.


Tags

Python-Entwicklung: PyCharm und VS Code im Vergleich | heise online

Python-Entwicklung: PyCharm und VS Code im Vergleich
iX Magazin
Tiefe Integration bei PyCharm, und ein ganzer Zoo von Plug-ins bei VS Code – trotz unterschiedlicher Konzepte liegen beide Werkzeuge dicht b

Post#141: IX Magazine, Marcus Hanhart, Python-Entwicklung: PyCharme und VS Code im Vergleich, 2024.


Tags

Coding with Estefania ...

www.pythonbytesize.com

Welcome to Coding with Estefania
YouTube
Hi! I'm Estefania. If you are learning how to code, my channel is for you. You will find coding tutorials, exercises, and projects built wit

https://www.freecodecamp.org/news/

Post #140: YouTube, Coding with Estefania, 2024.


Tags

Python for ever 🥁 ...

GitHub-Report: Python überholt JavaScript, während TypeScript Java schlägt
Developer
Ein Report von GitHub zeigt, dass die Aktivität der Entwickler im Bereich KI und Data Science stark zunimmt. Eine zentrale Rolle nimmt Pytho
Python For Ever 🥁 ...

Source: GitHub

Post: #139: Heise, Developer, Wolf Hosbach, GitHub-Report, 2024.


Tags

Python Kurs - Wie alles begann ...

Python Kurs - Wie Alles Begann ...

Post #137: Python-Kurs.eu, Geschichte von Python, Es war jedoch nie die Rede von einer Schlange, 2024.


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