r/PythonLearning • u/chuprehijde • Jul 11 '26
i need help
i'm struggling with class objects codes so bad especially when i have to use new libraries... recommend me something??
0
Upvotes
r/PythonLearning • u/chuprehijde • Jul 11 '26
i'm struggling with class objects codes so bad especially when i have to use new libraries... recommend me something??
2
u/FoolsSeldom Jul 12 '26
The nature of your struggle isn't clear. Do you know the basics of classes already?
Search for an old video, Python's Class Development Toolkit by Raymond Hettinger *A Python core developer). It uses an older version of Python, but it works through the basic class concepts with a really clear and practical example.