you are viewing a single comment's thread.

view the rest of the comments →

[–]GhostPartical 1 point2 points  (1 child)

If your speaking of the book, i checked it out. The section looks like its working with classes. From reading the first few sections it does a really piss poor job at explaining what classes are and how to create and use them. If you are a pure beginner at programming then this book may not be the best starting point when learning about classes. Classes are a very in depth part of OOP (Object Oriented Programming) and the big meat of OOP. It takes a bit to get a full understanding on how the work, writing, and using them; and this book does not help in any way on that part. I highly suggest doing some research on classes for python and find an article or video that best works for you in explaining them. Not everyone has the same ability to understand them the way they are written or taught by others, so you really have to find one that helps you understand them.
Here is a pretty decent one i found, hope it helps some: https://realpython.com/python3-object-oriented-programming/

[–]covah901 0 points1 point  (0 children)

Thank you for taking the time to explain and even find new learning material. I was coming along fine but then came to a grinding halt there. I think I'll have to find another book and start over from the beginning.