diff --git a/python_code/main.py b/oop/code/python_code/main.py similarity index 100% rename from python_code/main.py rename to oop/code/python_code/main.py diff --git a/python_code/oop/SOLID/bird/Bird.py b/oop/code/python_code/oop/SOLID/bird/Bird.py similarity index 100% rename from python_code/oop/SOLID/bird/Bird.py rename to oop/code/python_code/oop/SOLID/bird/Bird.py diff --git a/python_code/oop/SOLID/bird/BirdType.py b/oop/code/python_code/oop/SOLID/bird/BirdType.py similarity index 100% rename from python_code/oop/SOLID/bird/BirdType.py rename to oop/code/python_code/oop/SOLID/bird/BirdType.py diff --git a/python_code/oop/SOLID/bird/Eagle.py b/oop/code/python_code/oop/SOLID/bird/Eagle.py similarity index 100% rename from python_code/oop/SOLID/bird/Eagle.py rename to oop/code/python_code/oop/SOLID/bird/Eagle.py diff --git a/python_code/oop/SOLID/bird/FlappingBehaviour.py b/oop/code/python_code/oop/SOLID/bird/FlappingBehaviour.py similarity index 100% rename from python_code/oop/SOLID/bird/FlappingBehaviour.py rename to oop/code/python_code/oop/SOLID/bird/FlappingBehaviour.py diff --git a/python_code/oop/SOLID/bird/GlidingBehaviour.py b/oop/code/python_code/oop/SOLID/bird/GlidingBehaviour.py similarity index 100% rename from python_code/oop/SOLID/bird/GlidingBehaviour.py rename to oop/code/python_code/oop/SOLID/bird/GlidingBehaviour.py diff --git a/python_code/oop/SOLID/bird/Parrot.py b/oop/code/python_code/oop/SOLID/bird/Parrot.py similarity index 100% rename from python_code/oop/SOLID/bird/Parrot.py rename to oop/code/python_code/oop/SOLID/bird/Parrot.py diff --git a/python_code/oop/SOLID/bird/Penguin.py b/oop/code/python_code/oop/SOLID/bird/Penguin.py similarity index 100% rename from python_code/oop/SOLID/bird/Penguin.py rename to oop/code/python_code/oop/SOLID/bird/Penguin.py diff --git a/python_code/oop/SOLID/bird/Runner.py b/oop/code/python_code/oop/SOLID/bird/Runner.py similarity index 100% rename from python_code/oop/SOLID/bird/Runner.py rename to oop/code/python_code/oop/SOLID/bird/Runner.py diff --git a/python_code/oop/SOLID/bird/interfaces/FlyableInterface.py b/oop/code/python_code/oop/SOLID/bird/interfaces/FlyableInterface.py similarity index 100% rename from python_code/oop/SOLID/bird/interfaces/FlyableInterface.py rename to oop/code/python_code/oop/SOLID/bird/interfaces/FlyableInterface.py diff --git a/python_code/oop/SOLID/bird/interfaces/FlyingBehaviourInterface.py b/oop/code/python_code/oop/SOLID/bird/interfaces/FlyingBehaviourInterface.py similarity index 100% rename from python_code/oop/SOLID/bird/interfaces/FlyingBehaviourInterface.py rename to oop/code/python_code/oop/SOLID/bird/interfaces/FlyingBehaviourInterface.py diff --git a/python_code/oop/SOLID/bird/interfaces/SwimmableInterface.py b/oop/code/python_code/oop/SOLID/bird/interfaces/SwimmableInterface.py similarity index 100% rename from python_code/oop/SOLID/bird/interfaces/SwimmableInterface.py rename to oop/code/python_code/oop/SOLID/bird/interfaces/SwimmableInterface.py diff --git a/python_code/oop/SOLID/bird/interfaces/__init__.py b/oop/code/python_code/oop/SOLID/bird/interfaces/__init__.py similarity index 100% rename from python_code/oop/SOLID/bird/interfaces/__init__.py rename to oop/code/python_code/oop/SOLID/bird/interfaces/__init__.py diff --git a/python_code/oop/basic/OopBankAccount.py b/oop/code/python_code/oop/basic/OopBankAccount.py similarity index 100% rename from python_code/oop/basic/OopBankAccount.py rename to oop/code/python_code/oop/basic/OopBankAccount.py diff --git a/python_code/oop/basic/__init__.py b/oop/code/python_code/oop/basic/__init__.py similarity index 100% rename from python_code/oop/basic/__init__.py rename to oop/code/python_code/oop/basic/__init__.py diff --git a/python_code/oop/inheritance/Student.py b/oop/code/python_code/oop/inheritance/Student.py similarity index 100% rename from python_code/oop/inheritance/Student.py rename to oop/code/python_code/oop/inheritance/Student.py diff --git a/python_code/oop/inheritance/StudentStatus.py b/oop/code/python_code/oop/inheritance/StudentStatus.py similarity index 100% rename from python_code/oop/inheritance/StudentStatus.py rename to oop/code/python_code/oop/inheritance/StudentStatus.py diff --git a/python_code/oop/inheritance/User.py b/oop/code/python_code/oop/inheritance/User.py similarity index 100% rename from python_code/oop/inheritance/User.py rename to oop/code/python_code/oop/inheritance/User.py