0% found this document useful (0 votes)
4 views2 pages

Python Practical File for CBSE XII

The document outlines a practical file for a computer science course focusing on Python programming. It includes 14 experiments covering various topics such as arithmetic operations, factorial calculations, Fibonacci series, file handling, and integration with MySQL. The student, Harsh Chauhan, is in XII Commerce for the 2025-26 session.

Uploaded by

harshcauhan0411
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)
4 views2 pages

Python Practical File for CBSE XII

The document outlines a practical file for a computer science course focusing on Python programming. It includes 14 experiments covering various topics such as arithmetic operations, factorial calculations, Fibonacci series, file handling, and integration with MySQL. The student, Harsh Chauhan, is in XII Commerce for the 2025-26 session.

Uploaded by

harshcauhan0411
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

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.

You might also like