0% found this document useful (0 votes)
7 views1 page

Python Lab Pgms List

The document contains a list of Python programming tasks, including checking if a number belongs to the Fibonacci sequence, solving quadratic equations, and implementing various data structures and algorithms. It also includes tasks for visualizing data with Matplotlib and demonstrating concepts like exceptions and regular expressions. Overall, it serves as a guide for practicing fundamental programming skills in Python.

Uploaded by

Joshua S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Python Lab Pgms List

The document contains a list of Python programming tasks, including checking if a number belongs to the Fibonacci sequence, solving quadratic equations, and implementing various data structures and algorithms. It also includes tasks for visualizing data with Matplotlib and demonstrating concepts like exceptions and regular expressions. Overall, it serves as a guide for practicing fundamental programming skills in Python.

Uploaded by

Joshua S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1. Write a python program to check if a number belong to the Fibonacci Sequence.

2. Write a python program to Draw Line Chart and Bar Chart using Matplotlib.

1. Write a Python program to Solve Quadratic Equation.


2. Write a python program to demonstrate Exception in python.

1. Write a python program to find Sum of n natural numbers.


2. Write a python program to demonstrate use of List.

1. Write a python Program to Display Multiplication table.


2. Write a python program to implement Stack.

1. Write a python Program to check whether a given number is prime or not.


2. Write a python program to demonstrate usage of Basic Regular Expression.

1. Write a python program to implement a Sequential Search.


2. Write a python program to explore String Functions.

1. Write a python program to implement Selection Sort.


2. Write a python program to Draw Line Chart and Bar Chart using Matplotlib.

1. Write a python program to find the area of a triangle.


2. Write a python program to create a calculator.

You might also like