1.
Check if a number belongs to the Fibonacci Sequence
2. Solve Quadratic equations
3. Find the sum of n natural numbers
4. Display multiplication table
5. Check if the given number is Prime or not.
6. Implement a sequential search
7. Create a calculator program
8. Explore string functions
9. Implement selection sort
10. Implement stack
11. Read and Write into a file
1. Demonstrate usage of basic regular expression
2. Demonstrate usage of advanced regular expression
3. Demonstrate use of list
4. Demonstrate use of Dictionary
5. Create SQLite Database and perform operation on table
6. Demonstrate exceptions in Python
7. Create a GUI using Tkinter module
8. Line chart and Bar chart
9. Histogram and Pie chart
10. Create array using Numpy and perform operations on array
11. Create Dataframe from excel sheet using pandas and perform
operations on DataFrames