Python Programs
1. Write a program
2. Write a program to double odd numbers and half even numbers
3. Write a program to read a file and print count of vowels, uppercase and lowercase
4. Write a program to implement stack using list
5. A menu driven program to store name and marks for some students in stack and implement
stack operation
6. Write a program to create a binary file with roll number, name and marks
7. Write a program to create a binary file with roll number, name and marks. Search any roll
number
8. Write a program to create a CSV file with emp id, name and mobile [Link] any emp
id
9. Write a python program to implement MYSQL with python by inserting records to employee
table and display the records.