Your personal Tumblr journey starts here
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 #104: LearnPython, Blog, Luke Hande, How to run a Python script in Windows, 2023.
Post #88: www.pythonforbiologists.com, My code isn't working, 2023.
Post #86: Analytics Insight, Deva Priya, Java Vs JavaScript: Exploring Their Differences, 2023.
Variable Declaration
Control Structures
Data Structures
OOP (for beginners?)
Syntax And Tools
Post #70: Analytics Insight, 5 Fundamental Coding Concepts for Beginners, 2023.
The source code of my exercise ...
The output of my source code ...
Post #69: YouTube, Programmieren-Starten, Python Tutorial, #18 Funktionen in Python selbst definieren, 2023.
www.dev-insider.de/was-ist-ein-programmierparadigma-a-864056/
Behandelte Programmierparadigmen:
strukturierte Programmierung
prozedurale Programmierung
objektorientierte Programmierung
modulare Programmierung
Post #68: DevInsider, Crissi Kraus & Stephan Augsten, Was ist ein Programmierparadigma?, 2023.
The source code of my exercise, part 1 ...
The output of my source code ...
The source code of my exercise, part 2 ...
Post #66: Free Exercise, The DateTime Module, Source: Michael Weigend, Programmieren lernen mit Python, MITP Verlag, Frechen, 1. Auflage, 2023.
Post #57: YouTube, Programmieren Starten, Python Tutorial, #15/24 Zugriff auf Listen, 2023.
The source code of my exercise, part 1 ...
The output of my source code ...
The source code of my exercise, part 2 ...
Post #54: Sprydosystems, Data-Engineering and its areas: cloud, virtualization, platforms, data and languages, 2023.
Data engineering is a gen next approach carried out for businesses globally.
Ample functionalities along with the latest approach towards fastest result generation is carried out with the technology.
Enter into a word where you will get the best for professional growth and stability.
So,hurry up. Grab the best opportunity now with Sprydo Systems.
Kindly send your Updated Resume to careers@sprydosystems.com or you can reach us directly @ +1(980)-246-8661
Get in touch with us at our website : http://www.sprydosystems.com/data-science.php
Post #53: YouTube, Programmieren Starten, #14 Listen in Python, 2023.
Source: www.techvidvan.com
Python is a popular, powerful, and versatile programming language that is widely used in a variety of fields. It is well renowned for being straightforward, readable, and simple to use, making it a fantastic option for both novice and seasoned programmers.
Post #52: TechVidvan, The Python Interpreter, 2023.
The output of my source code ...
The source code of my free exercise ...
Post #51: Free Exercise, The use and advantage of a list comprehension compared to the for-loop with the list method "append", 2023.
My favourite Learn-App for Python, HTML, CSS and Java Script. I have a lot of fun and success to study and repeat learning stuff again and again. For me MIMO is much better than SoloLearn.
Post #50: My Python-Certificate on MIMO, 2023.
The source code of my exercise, part 1 ...
The output of my source code ...
The source code of my exercise, part 2 ...
Post #45: YouTube, Programmieren-Starten, Python Crashkurs, #12 Logische Operatoren, 2023.
The basics for Python programming ...
Post #44: Programming Hub, Certificate Of Excellence For Python Programming, 2023.
The source code of my exercise ...
The output of my source code ...
Post #41: YouTube, Programmieren Starten, Python Tutorial, #11 If und Elif und Else, 2023.
Programmieren für Kinder und Jugendliche ...
Post #35: Code Your Life, Digitalisierung im Bildungswesen, 2023.
Post #30: 30SecondsOfCode, Difference between list.sort() and sorted(), 2023.
Post #28: MU, An IDE for Python and absolute beginners. It's really a nice and helpful tool for learners of all ages, 2023.
Post #26: Computer Bild, Microsoft Visual Studio Code, Tutorial zur Programmierumgebung (IDE), 2023.
The source code of my exercise ...
The output of my source code ...
Post #25: Programmieren-Starten, Python Tutorial, #7 Type-Casting, 2023.
Post #24: Real Python, Getting Started with Python IDLE, 2023.
Post #23: MIMO, Programming and learning community, 2023.
The source code of my exercise ...
The output of my source code ...
Post #21: YouTube, Programmieren-Starten, Python Tutorial, #6 Die Input-Funktion, 2023.
My free exercise to eliminate same elements of a list ...
Post #20: Two exercises by @elu-xx with an interesting suggestion for improvement. How can I code the first exercise shorter and on another way?, 2023.
14/04/23 - Day 14
Today I finished the section about lists!
The script above deletes from the list the elements that appear more than once.
I also did this program:
It goes through the list to find an element and it output the position of the element.
Quelle: www.python-online.ch
Der Name TigerJython spielt auf die "Tigerpython" an, die auf der Insel "Java" lebt. Bei TigerJython lebt die Programmiersprache Python in einer Java Umgebung.
Post #19: www.python-online.ch, TigerJython and the art of programming with the turtle, 2023.
Post #18: SoloLearn, Android-App for learning programming and script languages, 2023.
The source code of my exercise ...
The output of my source code ...
Post #17: YouTube, Programmieren Starten, Python Tutorial, #5/24 Datentypen, 2023.
Post #15: www.python.org, Computer programming for everybody, 2023.