Basics of python with a few good examples
[1] Print Fibonacci Series
[2] Print a specific pattern
[3] Perform some matrix operation using list
[4] Use Numpy to implement some matrix operation
[5] Create userdefined function to find factorial using loop and recursion
[6] Example of Filter, Map and reduce