COMPUTER SCIENCE PRACTICAL FILE (PYTHON)
Student Name: Harsh Chauhan
Class & Section: XII Commerce
Roll No: 12
Board: CBSE
Session: 2025-26
EXPERIMENT 1
Aim: To write a menu driven Python program to perform arithmetic operations.
EXPERIMENT 2
Aim: To write a menu driven Python program to find factorial and sum of list.
EXPERIMENT 3
Aim: To display Fibonacci series up to n numbers.
EXPERIMENT 4
Aim: To implement mathematical functions in Python.
EXPERIMENT 5
Aim: To find simple interest using a user defined function.
EXPERIMENT 6
Aim: To generate random number between 1 to 6.
EXPERIMENT 7
Aim: To create and search records in a binary file.
EXPERIMENT 8
Aim: To read a text file and display each word separated by #.
EXPERIMENT 9
Aim: To count vowels, consonants, lowercase and uppercase characters.
EXPERIMENT 10
Aim: To implement stack operations.
EXPERIMENT 11
Aim: To integrate MySQL with Python (Insert & Display).
EXPERIMENT 12
Aim: To search records using MySQL with Python.
EXPERIMENT 13
Aim: To update records using MySQL with Python.
EXPERIMENT 14
Aim: SQL queries practice.