Post #5: YouTube, Programmieren Starten, Python Tutorial, #2 Zahlen, 2023.
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.
www.pythonbytesize.com
https://www.freecodecamp.org/news/
Post #140: YouTube, Coding with Estefania, 2024.
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.
Post #60: SpryDoSystem, What to do after learning Python, 2023.
When you are willing to learn.
Ample opportunities are there to make you grow professionally.
If you are a Python Expert and want to upgrade your skills then, we will help you with it.
Learn ML, Automation, Data Science, S/W Development, Robotics and Web Development and more.
Bring the change and begin building your own career graph.
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 #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
https://realpython.com/python-modulo-operator/
Post #147: Real Python, Python Modulo in Practicse: How To Use The % Operator, 2024.
Post #10: SwissEduc - Informatik, Materialien für den Informatik-Unterricht, 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 #90: The pillars of object-oriented programming: Object, Class, Inheritance, Polymorphism, Abstraction and Encapsulation, 2023.
Object-oriented programming is a fundamental concept present in numerous programming languages such as C++, Java, JavaScript, and more. It becomes straightforward once you truly grasp it, and that's precisely what this post aims to help you achieve. So, stop your scrolling for a second and delve into this post for a thorough and clear explanation.
To grasp OOP, let's begin by explaining the name itself: "Object-Oriented." This term signifies that OOP revolves around entities known as "objects."
An object in OOP is any entity that possesses both state and behavior. Consider a dog as an example: it has states such as color, name, and breed, while its behaviors encompass actions like wagging the tail, barking, and eating.
The reason we introduce the concept of objects in programming is to effectively represent real-world entities, a task that cannot be accomplished with conventional variables or arrays.
Now, what about classes? A class is essentially the abstract form of an object. If we take the example of a "dog," the object "Mydog" is a concrete instance, while the class "dog" represents dogs in a more general sense. Think of a class as a blueprint or template from which you can create individual objects.
Now that we've established the fundamentals of objects and classes. OOP is built upon four key principles:
Inheritance: Inheritance occurs when one object inherits all the properties and behaviors of a parent object. It promotes code reusability and facilitates runtime polymorphism.
Polymorphism: Polymorphism entails performing a single task in multiple ways. For instance, it can involve presenting information differently to customers or implementing different shapes like triangles or rectangles.
Abstraction: Abstraction is about concealing internal details while exposing functionality. Consider a phone call; we don't need to understand the intricate inner workings.
Encapsulation: Encapsulation involves bundling code and data into a single unit. Just like a capsule contains various medicines . In a fully encapsulated class (e.g., a Java bean), all data members are private, ensuring data integrity and controlled access.
I remember finding these images that explained these concepts using the 'Squid Game' series, and they are just perfect. So, I'm sharing them here and giving all credit to their owner :
Polymorphism , Inheritance , Encapsulation
Post #74: YouTube, Indently, The new features of Python, version 3.12, 2023.