/OOP_python

Primary LanguagePython

Python OOP

  • The Repo demonstrates Object Oriented Programming with Python.

Table of Content

Getting Started

Prerequisites

python 2.7 or above: py files run in python3.6
running and testing was done using Pycharm

Folder Structure

OOP/
  README.md
  demos/
    class_and_instancesDemo.py
    classVariablesDemo.py
    classmethodsDemo.py
    classmethods2Demo.py
    staticmethodsDemo.py
    emptyDeveloperDemo.py
    developerinitDemo.py
    developerDemo.py
    managerDemo.py
    employeeDunderDemo.py
    employee2Demo.py
  juice/
    Employee.py
    Developer.py
    Manager.py
    Employee2.py

Getting the repo

  • Download & Unzip or clone project
git clone https://github.com/Xerrex/OOP_python.git