/learning-oop-with-Python

This repository contains code that explains object-oriented programming in Python.

Primary LanguagePythonMIT LicenseMIT

Learing OOP with Python.


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. 😎