0% found this document useful (0 votes)
11 views1 page

Index: Program

This document contains an index listing 25 programming topics and the corresponding page numbers. The topics range from conditional statements and data structures to text file processing, binary files, CSV files, stacks, SQL queries, and connecting Python to MySQL. It serves as a table of contents to guide the reader to exercises and examples related to different programming concepts.
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)
11 views1 page

Index: Program

This document contains an index listing 25 programming topics and the corresponding page numbers. The topics range from conditional statements and data structures to text file processing, binary files, CSV files, stacks, SQL queries, and connecting Python to MySQL. It serves as a table of contents to guide the reader to exercises and examples related to different programming concepts.
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/ 1

INDEX

S NO. TOPIC PAGE DATE SIGN


NO.
-

1. CONDITIONAL STATEMENT- Calculate total and net


payable amt with discount.
2. DICTIONARY – Account Data Manipulation
3. TUPLES – Calculate total and average sales
4. LISTS – Calculate mean, median, mode of marks
5. Functions-SORTING - Bubble Sort
6. SEARCH - Linear Search and Binary Search – Menu Driven
Program
7. STRING – count alphabets, lower and uppercase, vowels,
consonants, digits, special characters and spaces
8. FUNCTIONS - Encryption
9. FUNCTION – String palindrome
10. FUNCTION - List Swapping
11. TEXT FILES - Count the number of uppercase and lowercase
characters, vowels, spaces and digits
12. TEXT FILES - Count all the words starting with s and ending
with i
13. TEXT FILES - Count and Display number of words less than
4 letters
14. TEXT FILES - Count number of articles
15. TEXT FILES - Count number of to and in
16. TEXT FILES - Count all lines starting with S
17. BINARY FILES - Employee Record Manipulation using Lists
18. BINARY FILES - Bank Record Manipulation using
Dictionaries
19. CSV FILES - Employee Record Manipulation Using Lists
20. CSV FILES - Student Record Manipulation using Lists
21. STACKS – Implementing push(), pop(), display(), peek(),
isempty() on Student Records
22. STACKS APPLICATION – Reversing a String
23. SQL QUERIES ON DDL AND DDL COMMANDS
24. AGGRGATE FUNCTIONS
25. PYTHON – MYSQL CONNECTIVITY – Retrieving student
record from SQL to Python

You might also like