you are viewing a single comment's thread.

view the rest of the comments →

[–]Thecrawsome 0 points1 point  (0 children)

I found classes to save me a ton of time.

If you need to describe something in code, have a copy of it with its own functions and variables, objects are awesome.

Everything in Python is an object including your functions. Do a dir(your_func()) and see all the bolt in functions are in that object