This repository contains code that explains object-oriented programming (OOP) in Python.
In the basic_concepts/
folder there are some scripts with the more common concepts about OOP.
The contacts.py
, menu.py
and main.py
are a simple project of contacts manager running in the console. In this project demonstrating the basic concepts of OOP.
I hope you enjoy this repo. 😎