Object Orientated Programming With Python — Everything You Need to Know

Master the concepts of the most popular programming paradigm in 10 minutes.

Dario Radečić
Towards Data Science
7 min readNov 16, 2020

--

Object orientated programming isn’t that new of a concept. It was introduced back in the 1960s by Alan Kay, but didn’t hit the mainstream until the 1990s (thanks C++). Today we’ll look at the basics of OOP through the Python programming language.

Photo by Dan Gold on Unsplash

--

--