Recent posts

[Python] Class Inheritence

6 minute read

Let’s brief how to inherit existing class to define new class and how it is useful.

[Python] Class

4 minute read

Let’s brief how to define and use classes in python.