CBSE CLASS 12 PROJECT GUIDELINES | COMPUTER SCIENCE WITH PYTHON | PROJECT REPORT
In this video, you will get the Guidelines for How to make a Project and Project Report for CBSE Class 12 Computer Science with Python. Revised Syllabus https://www.youtube.com/watch?v=4MSy61D485E Channel Link https://www.youtube.com/channel/UC2vH9rqGh-fJELF8acGfBdw Python Application to Roll a Dice https://www.youtube.com/watch?v=JX3rx9WrLj0 Interface Python with MYSQL Interface Python with MYSQL (Part – 1) https://www.youtube.com/watch?v=HZU0JRwv6AE FETCHALL( ) , FETCHONE( ) , FETCHMANY() , ROWCOUNT https://www.youtube.com/watch?v=s8ZspjEzAd4 Parameterized Queries https://www.youtube.com/watch?v=tv1ZGOCs8mA Performing Insert, Update and Delete Operations, while connecting Python with MYSQL https://www.youtube.com/watch?v=Agt8ClOF7EA Create database , Table and insert multiple rows (Taking input from users) https://www.youtube.com/watch?v=QbOFI1s0IXc File Handling Text Files: Introduction of Data File handling , Types of Files , Access Modes.. https://www.youtube.com/watch?v=SEpL1QA0uNo Two methods to open a file.. https://www.youtube.com/watch?v=BMuqXYM46w4 How to read data from a text file using read( ), readline( ) and readlines ( ) https://www.youtube.com/watch?v=AjA3DVeKRsg How to write data in a file using write and writelines( ) ? How to append data ? https://www.youtube.com/watch?v=k5js3EH4oe8 Most Important Questions Based On Text File (Part - 1) https://www.youtube.com/watch?v=c6nQqd-7On0 Most Important Questions Based On Text File (Part - 2) https://www.youtube.com/watch?v=-IIM5cOcfJo Programs of Text Files: Program to read data from the text file “Story.txt” and display those words , which are ending with ‘e’ and Program to read data from a text file “Story.txt” and calculate and display the sum of all the even digits present in a text file. https://www.youtube.com/watch?v=gLnArNsb16Y Program to read data from a text file "PythonSpace.txt" and remove the multiple spaces with a single space and then write the data in a file. https://www.youtube.com/watch?v=ZL1z3E6zCKc Python Program to Print the Digits from a Text File. https://www.youtube.com/watch?v=neTY7Utt29A Program to count the presence of words 'to' and 'the' in a text file. https://www.youtube.com/watch?v=4KyAGxvmleA Display Characters of less than 4 Length and Count Upper case Alphabets https://www.youtube.com/watch?v=IeKkkEYWQzk Program to replace all the CAPITAL letters with their respective small letters in the same file. https://www.youtube.com/watch?v=m4BQs50UPEU Program to read data from a file. All lower case letters stored inside the file LOWER, all upper case characters get stored inside the file UPPER and all other characters stored inside the file OTHERS. https://www.youtube.com/watch?v=NdT_Kr9T4Do Python Program to read data from a text file and display the sum of even digits. https://www.youtube.com/watch?v=1SCoWEU0XF4 Binary Files: Introduction of Binary Files, Pickle module , load( ) and dump( ) https://www.youtube.com/watch?v=H0rVCBU8A6U How to write and read multiple records from a binary file? Taking input from user. https://www.youtube.com/watch?v=Um6lQM1JY98 How to append data in a Binary File? https://www.youtube.com/watch?v=pvoreKkD53M How to search record in a Binary File? https://www.youtube.com/watch?v=5hgmwVLku_E seek( ) and tell ( ) in File handling https://www.youtube.com/watch?v=ozjOoal52Dw How to update a record in a Binary File? https://www.youtube.com/watch?v=fMzVPXzwPlc Binary File Operations (All in 1 Video) https://www.youtube.com/watch?v=ufzea-kjA6M Most Important Questions based on Binary Files https://www.youtube.com/watch?v=zap3-ZnRhN8 Programs of Binary Files: Consider the binary file as “EMP.dat”. File storing the details of Employees such as Emp No, Name , Salary , Gender , Designation (such as Manager,Clerk,Peon..etc.) ----------------------------------------------------------------------------- Q 1. Write a function to search and display the details of a particular Employee whose EmpNo is passed as parameter to the function. Q 2. Write a function to search and display the names of all the employees whose salary is in the range of 50,000 to 80,000. Q 3. Write a function to transfer all the records from “EMP.dat” to “EMP1.dat” , where Gender is M. https://www.youtube.com/watch?v=ad0qEts5_bA A file sports.dat contains information in following format : [ Event, Participant] for each sportsperson. Write a function that would read contents from file sports.dat and creates a file named Athletic.dat copying only those records from sports.dat where the event name is “Athletics”. https://www.youtube.com/watch?v=YHaLmrTRXis CSV Files: Introduction of CSV Files … How to write data in a CSV File using writerow( ) and writerows( ) functions? https://www.youtube.com/watch?v=WmKxew1hJK8 How to read data from a csv file? https://www.youtube.com/watch?v=jULarC_9rnU
Download
0 formatsNo download links available.