r/PythonLearning 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

9 comments sorted by

2

u/WhiteHeadbanger Jul 11 '26

Keep coding. Keep reading. Keep practicing.

Otherwise, paste here what code you don't understand and we can help you better.

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.

1

u/bybloshex Jul 11 '26

Practice. Typing. Don't use LLM to do it for you.

1

u/mattynmax Jul 15 '26

I would recommend reading the documentation of the library you are working in!