0% found this document useful (0 votes)
2 views

Python Programs

The document outlines a series of programming tasks and concepts, including checking Fibonacci numbers, solving quadratic equations, and implementing various algorithms like sequential search and selection sort. It also covers data structures such as stacks and dictionaries, as well as file handling, regular expressions, and data visualization techniques. Additionally, it mentions creating a GUI using Tkinter and performing operations with SQLite, Numpy, and pandas.

Uploaded by

ishitasahu2050
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Python Programs

The document outlines a series of programming tasks and concepts, including checking Fibonacci numbers, solving quadratic equations, and implementing various algorithms like sequential search and selection sort. It also covers data structures such as stacks and dictionaries, as well as file handling, regular expressions, and data visualization techniques. Additionally, it mentions creating a GUI using Tkinter and performing operations with SQLite, Numpy, and pandas.

Uploaded by

ishitasahu2050
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

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

You might also like