Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 468 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 468 Bytes

python_assignments

Should a company change its domain name, there will be a need to update all the email of its employees and the like to the new domaine. This is a task that can be automated with python. Thus, this project is about updating the email domaine name of employees in a company that has changed its domain name. The OOP approach has been used here to make the code easily extendable so as to cover other tasks related to updating employees database.