Understanding Python class

Brett Cole
The Startup
Published in
7 min readNov 12, 2019

--

The thought behind classes in most programming languages is universal. However, the structure of the class itself is what may change between languages. Even Javascript with ECMAScript 2015 saw fit to include classes, but really we all know that is a bunch of syntactic sugar.

If you can understand classes in one programming language, then in a relatively short period of time you will grasp classes in a different…

--

--