Lab Manual
Lab Manual
Research
Computer Department
LAB MANUAL
INDEX
TITLE: Write a Python Program to Convert Celsius to Fahrenheit and vice versa.
EVALUATION:
Problem
Understanding Timely
Analysis & Mock Total
Level Completion
Solution (2) (10)
(3) (2)
(3)
Signature:
Experiment No: 2 Date:
TITLE: Write a program in python to swap two variables without using temporary variable.
EVALUATION:
Problem
Understanding Timely
Analysis & Mock Total
Level Completion
Solution (2) (10)
(3) (2)
(3)
Signature:
Experiment No: 3 Date:
TITLE: Write a Python Program to Convert Decimal to Binary, Octal and Hexadecimal
EVALUATION:
Problem
Understanding Timely
Analysis & Mock Total
Level Completion
Solution (2) (10)
(3) (2)
(3)
Signature:
Experiment No: 4 Date:
TITLE: Write a Python program to perform following operation on given string input:
a) Count Number of Vowel in given string
b) Count Length of string (donot use len() )
c) Reverse string
d) Find and replace operation
e) check whether string entered is a palindrome or not
Signature:
Experiment No: 5 Date:
TITLE: Write a program in python to implement Fibonacci series up to user entered number. (Use recursive
Function).
EVALUATION:
Signature:
Experiment No: 6 Date:
TITLE: Define a procedure histogram() that takes a list of integers and prints a histogram to the screen. For
example, histogram([4, 9, 7]) should print the following:
****
*********
*******.
EVALUATION:
Signature:
Experiment No: 7 Date:
TITLE: Write a Python program to convert a Panda module Series to Python list and it's type.
EVALUATION:
Signature:
Experiment No: 8 Date:
TITLE: Write a Python program to add, subtract, multiple and divide two Pandas Series
EVALUATION:
Signature:
Experiment No: 9 Date:
EVALUATION:
Signature:
Experiment No: 10 Date:
EVALUATION:
Signature:
Experiment No: 11 Date:
One Series
Original Series of list 0 Red
0 [Red, Green, White] 1 Green
1 [Red, Black] 2 White
2 [Yellow] 3 Red
dtype: object 4 Black
5 Yellow
EVALUATION:
Signature:
Experiment No: 12 Date:
TITLE: Write a Python program to draw a line with suitable label in the x axis, y axis and a title.
EVALUATION:
Signature:
Experiment No: 13 Date:
TITLE: Write a Python program to plot two or more lines on same plot with suitable legends of each line.
EVALUATION:
Signature:
Experiment No: 14 Date:
TITLE: Write a Python programming to display a bar chart of the popularity of programming Languages.
Sample data:
Programming languages: Java, Python, PHP, JavaScript, C#, C++
Popularity: 22.2, 17.6, 8.8, 8, 7.7, 6.7
The code snippet gives the output shown in the following screenshot:
EVALUATION:
Signature:
Experiment No: 15 Date:
TITLE: Write a Python programming to create a pie chart of the popularity of programming Languages.
Sample data:
Programming languages: Java, Python, PHP, JavaScript, C#, C++
Popularity: 22.2, 17.6, 8.8, 8, 7.7, 6.7
The code snippet gives the output shown in the following screenshot:
EVALUATION:
Signature: