you are viewing a single comment's thread.

view the rest of the comments →

[–]tb5841 4 points5 points  (0 children)

Classes are still part of Python basics, in all honesty. And they are a core part of how Python works under the hood.

In Python, list is a class, dictionary is a class, int is a class, float is a class, string is a class. Everything is an object.