This repository contains the practice and topics related to Python language.
The topics covered are:
- Working with data jupyter notebook - practice related to Python data sructures - strings, dictionary, tuples, etc.
- Object Oriented Programming jupyter notebook - creating a bank account object with basic functions of deposit and withdraw.
- Combinations of print and return
- Functions as arguments and returning function objects
- Accessing variables outside scope and complicated scope