As per CBSE Practical List 2021-22
Term-1
1. Read a text file line by line and display each word separated by a #. click here Date:22-06-2021
2. Read a text file and display the number of vowels/consonants/uppercase/lowercase characters in the file. Click here Date:29-06-2021
3. Remove all the lines that contain the character 'a' in a file and write it to another file. Click here Date:06-07-2021
4. Create a binary file with name and roll number. Search for a given roll number and display the name, if not found display appropriate message. Click here Date:13-07-2021
5. Create a binary file with roll number, name and marks. Input a roll number and update the marks. Click here Date:20-07-2021
6. Write a random number generator that generates random numbers between 1 and 6 (simulates a dice). Click here Date: 27-07-2021
7. Write a Python program with function to count the number of lines in a text file ‘ 'STORY.TXT’ which is starting with an alphabet ‘A’ or 'a'. Click here date : 04-08-21
8. Write a Python program with method/function DISPLAYWORDS() to read lines from a text file STORY.TXT, and display those words, which are less than 4 characters. Click Here date : 11-08-21
9. Text Files Menu Driven Program: Click Here date : 19-08-21
Choice = 1. Read a text file line by line and display each word
- separated by a '#'.
- Choice = 2.Python program with function to count the number of lines
- in a text file ‘ 'STORY.TXT’ which is starting with an alphabet ‘A’ or 'a'.
- Choice= 3. Python program with method/function DISPLAYWORDS()
- to read lines from a text file STORY.TXT, and display those words,
02. Stack Program 2 Write a menu based python program to implement the the operations insert, delete, peek and display on stack(Member number, Member Name and Age). Click Here
03. Stack based program 3 Write a Python Program to implement a Stack for the book details (bookno,bookname). That is, each item node of the stack contains two types of information- a book number and its name. Implement all the operations of Stack. Click Here
04. Write a Python program to implement a queue using a list data-structure. Click Here
07. SQL Queries:-2 – Minimum 5 sets using one table / two tables. Click Here
08. SQL Queries:-3- Create the following student table and answer the following queries. Click Here
Connectivity Programmes (Mysql with Python)
09. Find the total number of customers from each country in the table (customer ID, customer name, country) using group by( python interface through MYSQL). Click Here
10. INSERT, UPDATE, AND DELETE (PYTHON INTERFACE THROUGH MYSQL)ppt slides(RKS):ClickHere and Reference: INSERT, UPDATE, AND DELETE (PYTHON INTERFACE THROUGH MYSQL)video: Click Here
No comments:
Post a Comment