Complete notes (Jupiter Notebooks) on Introduction to python course.
Write business logic using Python
Create function and reuse them
Store and access group of/multiple elements using single variable name
Develop user defined functions
Organize code using modules and packages
Perform file Input/Output operations in a Python program
Handle exception in a program