01Student Record Management System
An object-oriented Python application designed to manage student records. It implements encapsulation using private attributes and validation methods (setters/getters), stores structured address data using nested dictionaries, and provides persistent storage using file I/O operations with robust error handling.
- Python
- OOP
- File Handling