Prgfile 3

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 47

Python Project

Name:
Class: XII A
Roll no:
INDEX 11. No. of words in a text file
1. Armstrong number
12. No. of vowels in a text file
2. Factorial of a number
13. No. of words having ‘n’ characters
3. Factors of a number
14. Employee info in a binary file
4. No. of different characters
15. Student’s data in a csv file
5. Palindrome string/number
16. Searching Hub
6. Bubble sorting
17. Deletion in stack
7. Calculator
18. Implementation in Stack
8. Frequency of each element of a list
19. MySQL connectivity (Updation)
9. Product of digits
20. MySQL connectivity (Deletion)
10. No. of characters in a text file
21. MYSQL Queries
1. Armstrong no.
2. Factorial of no.
3. Factors of a no.
4. No. of different characters
5. Palindrome no./string
6. Bubble sort
7. Calculator
8. Frequency of each element
9. Product of digits
10. No. of characters in a text file
11. No. of words in a text file
12. No. of vowels in a text file
13. No. of words having ‘n’ characters
14. Employee info in binary file
15. Student’s data in csv file
16. Searching hub
Output
17. Deletion in stack
18. Implementation of stack
OUTPUT
SQL Connectivity
19. Updation
Output
20. Deletion
Output
DATABASE MANAGEMENT
1. Create Database

2. Use Database
3. Create Table
4. Insert command
5. Select command
6. Alter Command (Add Attributes)
7. Alter Command (Drop Attribute)
8. Alter Command (Modify Datatype)
9. Update command
10. Order by (ascending order)
11. Order by (Descending order)
12. Delete command
13. Group by (count, min, max, avg)
14. Joining of tables

You might also like