Python Virtual Training For Arcesium - Module II

Oct 11-15, 2021 Vikrant Patil

These notes are available online at https://notes.pipal.in/2021/arcesium_finop_batch2/

© Pipal Academy LLP

Day 1 | Day 2 | Day 3

We will be using jupyter hub from https://lab2.pipal.in for this training.

create a notebook with name module2-day3

Classes and OOPS (object oriented programming)

Why classes

Example

Lets try to model bankaccount using this concept

SOme more examples

Inheritance

problem