Experience Tumblr Like Never Before
Post #226: Dummy ...
Heute habe ich meinen 2-jährigen Lauf erreicht, d.h. ich habe 730 Tage lang täglich mit SoloLearn gelernt. Mein Abo habe ich jetzt aber beendet. Momentan absolviere ich noch den Einführungskurs in C++, werde mich aber danach auf Python, Small Visual Basic und Scratch konzentrieren.
Post #243: SoloLearn, Mein 730-Tage-Lauf, 2025.
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.
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.
Post #150: StudyFlix, UML, Was ist Unified Modeling Language?, 2024.
https://realpython.com/python-modulo-operator/
Post #147: Real Python, Python Modulo in Practicse: How To Use The % Operator, 2024.
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.
Post #143: YouTube, Florian Dalwigk, Wie schwer ist es, Python zu lernen?, 2024.
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)
Post #142: Thomas Theis, Einstieg in Python, Ideal für Programmieren Steiger, Rheinwerk Computing Verlag, Bonn, 8. aktualisierte Ausgabe, 2024.
www.pythonbytesize.com
https://www.freecodecamp.org/news/
Post #140: YouTube, Coding with Estefania, 2024.
Source: GitHub
Post: #139: Heise, Developer, Wolf Hosbach, GitHub-Report, 2024.
Dummy ...
Post#138:
Post #135: YouTube, Codemy, John Elder, Python Programming 2021, Tutorial 1-25, #1 How to install Python, 2024.
Post #133: Animate U, First-time programming with Python for beginners, 2024.
Post #132: Bildungsserver Berlin-Brandenburg, Python - Die Programmiersprache im Bildungssystem, 2024.
My ranking in the Saturn League ...
The Community ...
PYTHON - My current programming course ...
Post #128: SoloLearn on Android, My current streak of 500 days in a row, learning several programming and script languages, 2024.
Post: #127: Udemy, Jannick Leismann, der komplette Python Meisterkurs, Lerne Python von A bis Z, 2024.
Post #126: Real Python, Variables in Python, 2024.
Post #125: StudyFlix, Python, Dictionary, Erklärung und viele Beispiele, 2024.
Post #124: Real Python, The Best Python Books, 2024.
Post #123: CoinTelegraf, Alice Evey, History of Python programming language, 2024.
Post #178: ComputerWorld, Poojitha Jayadevan, The most in-demand programming languages in India, 2024.
Michael Weigend ist für mich einer der besten Autoren, wenn es um gute Fachbücher zur Programmiersprache PYTHON geht. Er hat bislang Bücher für Anfänger, aber auch für Fortgeschrittene und Profis herausgegeben. Ich habe mittlerweile ein paar Bücher von ihm und lese sie immer wieder gerne, um in Python meine Kenntnisse zu vertiefen oder zu erweitern.
Post #118: Michael Weigend, So einfach! Programmieren lernen mit Python, MITP Verlag, Frechen, 208 Seiten, 2023.
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
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.
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.
Post #113: Free Programming Exercise, Leap Year, 2024.
Post #111: Surfing Scratcher, How To Use Replit Python, Introduction To Replit, 2024.
Post #108: W3Schools, Built-in data types in Python, 2023.
This is really a very helpful and big tutorial to learn the use of the code editor "Visual Studio Code" by Microsoft. You can watch it on the learning platform "Udemy" and if you are waiting for some time, it will be possible to purchase only around 15 Euros for this excellent tutorial.
Post #107: Udemy, Estefania Cassingena Navone, Visual Studio Code for Developers 2024, Beginner to Advanced, 2023.
Post #106: Python.Hub on Instagram, The different operators in Python, 2023.
Post #102: YouTube, Estefanía Cassingena-Navone, Learn Python In 2 Hours, 2023.
Estefanía is one of my favourite programming instructors. She explains step by step and visualizes wonderfully. I also like her voice and how she gets to the heart of the learning content. I have booked several coding courses on Udemy which are really excellent.