This video covers write, append, read, search, update programs and how you can use basic template to write different types of programs given to you.
The programs use pickle module in Python
For Questions on Binary file Handling in Python click on - https://simplycoding.in/questions-on-binary-file-handling-in-python/
00:00 - Introduction
00:11 – What is binary files
00:33 – Why do we need pickle Module
00:02 – What is serialization and deserialization
01:29 – How do we use pickle module
02: 42 – Write or Append into binary file programs in Python
06:02 – Read or search from binary file programs in Python
11: 49 – Read from one file and Write to another binary file programs in Python
15:34 – Update binary file programs in Python