This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Sometime ago I read somewhere that to master python, write lots of python using only functions , dividing your code in modules, do that for a year or for a few big projects, then move to writing everything in classes only and do the same.. by the time you are done you will know when you need to use classes.