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

Programs For Practical Exam

The document lists ten programming tasks that involve various Python applications. These tasks include calculating student grades, finding the largest and smallest numbers in a list, creating visualizations with Matplotlib, and performing statistical calculations using NumPy and Pandas. Each task is designed to enhance programming skills and understanding of data manipulation and visualization.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Programs For Practical Exam

The document lists ten programming tasks that involve various Python applications. These tasks include calculating student grades, finding the largest and smallest numbers in a list, creating visualizations with Matplotlib, and performing statistical calculations using NumPy and Pandas. Each task is designed to enhance programming skills and understanding of data manipulation and visualization.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1. WAP a python program to input student marks and calculate average and grade.

2. WAP a program to find the largest and smallest number in a list.


3. WAP to create a bar chart using Matplotlib for student marks.
4. WAP using Operators for the given inputs
A = 20
B=5
5. WAP to count the vowels and consonants in a string.
6. WAP to convert temperature from Celsius to Fahrenheit.
7. WAP to visualize data using a scatter plot in Matplotlihb.
8. WAP a program to reverse a number and check palindrome.
9. WAP a program to calculate mean, median and mode using NumPy
10. WAP to create Pandas DataFrame’

You might also like