نتائج البحث: "#PythonOOP"

16 نتائج
Anjali
Anjali@achieve71246717·
Day 07/180 of ML Class variable vs Instance variable — simplified class Student: school = "ABC" # CLASS var → shared by ALL def __init__(self, name): self.name = name # INSTANCE var → unique per object #Python #PythonOOP #LearnPython
Anjali tweet media
English
0
0
5
49
Dev Pirate
Dev Pirate@dev_pirates·
Day 7 – OOP Concepts Refresh Revisited: Inheritance Polymorphism Code reusability AI code also needs: clean design > quick hacks Old concepts suddenly feel very relevant again. #Day7 #PythonOOP #GenAI
English
0
0
0
12
Jamaal.py
Jamaal.py@Jamaalolaar·
The "scan_all" took me the most time to figure out. I also got to learn about 'yield'. Apparently, a function doesn't need to stop after passing a value. #pythonoop #pythoncodes
English
0
0
0
14
Thando Duma
Thando Duma@ThandoD81654·
Python foundation secured in the ALX Backend Dev track🎯 Wk 1-2: Control Flow, Functions, Data Structures. Wk 3-4: OOP deep dive. Conquered MRO, inheritance, and Exception Handling. doing hard things daily💪 #BackendDev #PythonOOP #ALXAfrica #CodeLife
English
0
0
0
10
Rohit Kumar Srivastava
Rohit Kumar Srivastava@itsrohit_tech·
"Encapsulation = bundling data + functions (methods) inside a class. It hides internal details from the outside world and exposes only what’s necessary. This protects your data, reduces complexity, and keeps your code modular, and safe. Code smart, not exposed. 🔐 #pythonoop
English
2
0
4
132
Shubham S Nimje
Shubham S Nimje@Shubham_S_Nimje·
## Day 16 The `self` parameter in a Python class method: 1. References the instance of the class 2. Is optional in method definitions 3. References the class itself 4. Is a Python keyword #PythonOOP #ClassMethods #PythonCoding
English
0
0
0
15
ApplogiQ
ApplogiQ@AppLogiQ·
Python classes store real-world data! Define attributes: python CopyEdit class Dog: def __init__(self, name): self.name = name OOP is everywhere! #Everyonecode #PythonOOP
English
0
0
0
39
ApplogiQ
ApplogiQ@AppLogiQ·
Object-Oriented Programming (OOP) starts here! python CopyEdit class Car: def __init__(self, brand): self.brand = brand car1 = Car("Tesla") OOP powers the world! 🚗 #Everyonecode #PythonOOP
English
0
0
0
35
Adrian Fern
Adrian Fern@Adrian_Fern·
Learning Python's object model. It's... different. No explicit new, no manual memory management. This feels like a vacation. 🌴 #PythonOOP #GarbageCollection
English
0
0
1
90
محمد 🤖🧠
محمد 🤖🧠@jo_moe_90_AI·
6/10 🔄 Object-Oriented Programming (OOP): Understand classes, inheritance, and methods to structure your code logically. #OOP #PythonOOP
English
1
0
0
12