Directory and file handling in Python for real-world Projects.

1. Introduction
When you are working for an internal project or a college project, file handling is not something you have to worry about, most of the focus can be given to the algorithm development part. But when you’re working in a real-world project where the data complexity can vary from nothing to infinity, proper file structure handling…