Post #131: YouTube, TechWorld with Nana, Python Tutorial for Beginners, Learn Python in 5 hours, 2024.
Post #135: YouTube, Codemy, John Elder, Python Programming 2021, Tutorial 1-25, #1 How to install Python, 2024.
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.
https://www.turing.com/kb/22-hottest-python-tricksfor-efficient-coding
Post #130: Turing, 22 hottest Python tricks for efficient coding, 2024.
Post #104: LearnPython, Blog, Luke Hande, How to run a Python script in Windows, 2023.
Post #94: MIMO, Learn To Code, My SQL Certificate, 2023.
Post #123: CoinTelegraf, Alice Evey, History of Python programming language, 2024.
Post #99: YouTube, School Room Help, The complete history of Python, 2023.
Post #75: HashNode, Aman's Blog, Variables are not boxes in Python, but objects binding on labels, 2023.
Attention: This Python Course is only suitable for those learners who have prior knowledge in Python, because there are a lot of advanced exercises.
Post #180: London App Brewery OR Udemy, Dr. Angela Yu, 100 Days Of Python, From Beginner To Professional Python Developer, 2024.
Post #10: SwissEduc - Informatik, Materialien für den Informatik-Unterricht, 2023.