Advanced Programming with Python

1 Write a program that reads, sorts, and displays data about three students.

Read and write in binary file.

File Download
2 Write a program that first reads the specifications of the three books, sorts them by price, and then displays them.

File Download
3 Write a program that reads the details of the three shops, sorts them by shop name, and then displays them.

File Download
4 Write a program that reads the details of the three goods, sorts them by goods name, and then displays them.

File Download
5 Write a program that reads the details of the three sellers, sorts them by seller name, and then displays them.

File Download
6 Write a program that reads the details of the three buyers, sorts them by buyer name, and then displays them.

File Download
7 Write a program that reads the details of the three sales, sorts them by buyer code, and then displays them.

File Download
Document