Handling Binary File
Qus. 1 : A Function used for writing data in the binary format :
- write
- output
- send
- dump
- f.reads()
- f.read()
- f.read(all)
- f.read( *)
- It is used for object serialization
- It is used for object deserialization
- All of the mentioned
- None of the mentioned
- r
- w
- +
- b
- r
- rb
- w
- r+
- It is used for object serialization
- It is used for object de-serialization
- change the string value to number
- extract the list element in simple variable
Programs
python program to read the full content of specified txt file
python program to accept file name and data from user and write data on file
python program to count the number of lines in the file
python program to display the size of a file in byte
python program to display all the records in a file along with line number
python program to display only last line of a text file
python program that reads a text file and creates another file that is identical except that every sequence of consecutive blank spaces is replaced by single space
python program to create a function that would read contents from the sports.dat and creates a file named Atheletic.dat
python program to read csv file content line by line
Write Python code to display sentence starting with given character from abc.txt file
Python code to display digits from abc.txt file
python program to copy the one contents to another
python program to copy the all word which start with constant in another file
python program to add delete and display all record of binary file
python program to read data from csv file
Python program to write data on csv file
python program to write first n prime number in text file
python program to marge the content of target file into source file
python program to read txt file data from specified index to specified length
python program to delete the specified file from computer