Wie wird Microsoft WINDOWS programmiert?
Post #71: BMU Verlag, Blog, In welcher Programmiersprache ist Windows geschrieben?, 2023.
https://realpython.com/python-modulo-operator/
Post #147: Real Python, Python Modulo in Practicse: How To Use The % Operator, 2024.
MIMO is one of the best learning apps for programming, script and database languages. There are 4 coding areas: 1. Python, 2. HTML, 3. SQL and 4. JavaScript. For each language you can get a certificate at the end of the course.
It is offered as an app for Android, iOS and is also running on the the web. You are a part of a community and the support by MIMO is very good. If you have the time and joy, you can take care of your daily streak, climb the leaderboard and win trophies.
Post #55: MIMO for Android and iOS, learning app for Python, SQL, HTML and JavaScript, 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 #103: The Python Institute, The Language Of Today And Tomorrow, 2023.
Post #134: Stackify, Prit Doshi, Python Tips, 10 tricks for optimizing your code, June 2024.
Dummy ...
Post#138:
SoloLearn - Learn To Code ...
SoloLearn: The Largest Community of Mobile Code Learners - YouTube
Post #72: SoloLearn, An online programming platform for Python, SQL, C, Web Development (HTML, CSS & JavaScript), PHP, Java, Swift, C# and tech for everyone, 2023.
Post #87: FreeCodeCamp, Beau Carnes, Ultimate Beginner's Python Course on YouTube by Dave Gray, 2023.
My source code of the exercise ...
The output of my source code ...
Post 78: MIT - Massachusetts Institute of Technology, Open Course Ware, Dr. Ana Bell, Object Oriented Programming, Introduction to computer science and programming in Python, 2023.
My certificate ...
The structure and modules of the Python Developer Course ...
Post #100: SoloLearn, The structure and my certificate of the "Python Developer" Course, 2023.