TumbleView

Your personal Tumblr library awaits

Python Coding - Blog Posts

1 month ago

oh python, never change

rating = 4.5

WRONG

rating = str(4.5)

Okay thats allowed


Tags

Objekt-orientierte Programmierung in 7 Minuten: die 4 Säulen ...

Post #224: ModelMyMind, Die 4 Säulen der objekt-orientierten Programmierung, 2025.


Tags

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

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

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

Introduction of Python Programming by Prof .Yogesh Sahu


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

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

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

Python Tutorial - Zero to Hero ...

I recommend this excellent Python Tutorial !!!

Post #131: YouTube, TechWorld with Nana, Python Tutorial for Beginners, Learn Python in 5 hours, 2024.


Tags

Tips and tricks for Python programming ...

Tips And Tricks For Python Programming ...

https://www.turing.com/kb/22-hottest-python-tricksfor-efficient-coding

Post #130: Turing, 22 hottest Python tricks for efficient coding, 2024.


Tags

Mache nicht diese 10 Anfänger Fehler in PYTHON (einfach erklärt)

Post #129: YouTube, Florian Dalwigk, 10 Anfängerfehler in Python, 2024.


Tags

A Leap Year? - This Is The Question Of The Day ...

A Leap Year? - This Is The Question Of The Day ...

This is how you work out whether if a particular year is a leap year.

On every year that is divisible by 4 with no remainder

Except every year that is evenly divisible by 100 with no remainder

Unless the year is also divisible by 400 with no remainder

A Leap Year? - This Is The Question Of The Day ...

Source: Angela Yu, Udemy, 2024

Year 2000:

2000 ÷ 4 = 500 (Leap)

2000 ÷ 100 = 20 (Not Leap)

2000 ÷ 400 = 5 (Leap!)

So, year 2000 is a leap year.

A Leap Year? - This Is The Question Of The Day ...

Year 2100:

2100 ÷ 4 = 525 (Leap)

2100 ÷ 100 = 21 (Not Leap)

2100 ÷ 400 = 5.25 (Not Leap)

But year 2100 is not a leap year.

A Leap Year? - This Is The Question Of The Day ...

Post #113: Free Programming Exercise, Leap Year, 2024.


Tags

A Repl? Yes, a Repl! Let's create a Repl ...

It's a Read-Evaluate-Print-Loop ...

Post #111: Surfing Scratcher, How To Use Replit Python, Introduction To Replit, 2024.


Tags

SoloLearn: My "Python Developer" Certificate ...

SoloLearn: My "Python Developer" Certificate ...

My certificate ...

SoloLearn: My "Python Developer" Certificate ...

The structure and modules of the Python Developer Course ...

SoloLearn: My "Python Developer" Certificate ...
SoloLearn: My "Python Developer" Certificate ...

Post #100: SoloLearn, The structure and my certificate of the "Python Developer" Course, 2023.


Tags

SoloLearn: OOP - Class And Static Methods ...

Class Methods in Python

SoloLearn: OOP - Class And Static Methods ...
SoloLearn: OOP - Class And Static Methods ...

SoloLearn: Python Developer Course ...

SoloLearn: OOP - Class And Static Methods ...
SoloLearn: OOP - Class And Static Methods ...
SoloLearn: OOP - Class And Static Methods ...

Learning Object-Oriented Programming ...

SoloLearn: OOP - Class And Static Methods ...
SoloLearn: OOP - Class And Static Methods ...

SoloLearn: Practice The Static Methods ...

SoloLearn: OOP - Class And Static Methods ...
SoloLearn: OOP - Class And Static Methods ...
SoloLearn: OOP - Class And Static Methods ...

I am proud to solve this little coding exercise ...

SoloLearn: OOP - Class And Static Methods ...
SoloLearn: OOP - Class And Static Methods ...

Post #98: SoloLearn, Programming And Learning Community, Python Developer Course, Chapter: OOP / object-oriented programming, 2023.


Tags

Objektorientierung in Python ...

Post #97: YouTube, Coding Crashkurse, OOP Masterkurs, From Newbie To Expert, OOP Komplettkurs, 2023.


Tags

Is it possible to learn Python by using Android apps?

Is It Possible To Learn Python By Using Android Apps?
Analytics Insight
Discover the best Android apps to learn Python. Explore these apps to kickstart your journey in programming, master Python, and find the ide

Post #92: Analytics Insight, 5 Android Apps To Learn Python, 2023.


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