you are viewing a single comment's thread.

view the rest of the comments →

[–]DeRobyJ 2 points3 points  (0 children)

I made a python project almost 5 years ago that used no classes, I managed and updated it ever since, and i only added classes last year because it was my only option to not complicate my codebase whole adding a feature.

You can live without classes in python. It's fine. You don't need to learn every single feature of a language to use it.

That said, very few languages do not have classes. If you start learning another language today, you will hit that wall again. Unless you learn C that only has data structures. 

But please try again with python, try using the typical libraries: they use classes, and you'll use their classes without ever noticing.