0% found this document useful (0 votes)
3 views

TABLE OF CONTENT

The document is a table of contents listing various Python programming assignments and SQL commands. It includes tasks such as calculating factorials, file handling, creating binary and CSV files, and connecting Python with MySQL. Each program is aimed at teaching different programming concepts and database management skills.

Uploaded by

bhoomikt7
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)
3 views

TABLE OF CONTENT

The document is a table of contents listing various Python programming assignments and SQL commands. It includes tasks such as calculating factorials, file handling, creating binary and CSV files, and connecting Python with MySQL. Each program is aimed at teaching different programming concepts and database management skills.

Uploaded by

bhoomikt7
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/ 2

TABLE OF CONTENT

Sr. No. Name of the Programs Page Teacher


No. sign

1 WAP in Python to find the factorial of a number using


function

2 WAP in Python to implement default and positional


parameters

3 Program in Python to input the value of x and


n and print the sum of the series.

4 WAP in Python to read a text file and print the number


of vowels and consonants in the file.

5 WAP in Python to read a text file and print the line or


paragraph starting with the letter ‘S’.

6 WAP in Python to read a text file and print the number


of uppercase and lowercase letters in the file.

7 WAP in Python to create a binary file with name and


roll number of the students. Search for a given roll
number and display the name of student
8 Create a binary file with roll no , name and marks of
some students and update the marks of specific
student.

Create a binary file with eid, ename and salary and


9 update the salary of the Employee.

10 Create a Binary File with 10 random numbers from 1 to


40 and print those numbers.
11 WAP in Python to create a CSV file with the details of 5
students.

12 WAP in Python to read a CSV file.

Write a menu driven program which insert, delete and


13 display the details of an employee such as eid, ename
and salary using Stack.

14 SQL COMMANDS (DBMS)

15 MySQL SET-1

16 MySQL SET-2

17 MySQL SET-3

18 MySQL SET-4

19 MySQL SET-5

20 MySQL SET-6

21 To establish a connection between python and MYSQL


Search the particular record, If not found display
appropriate message

You might also like