pmsoltani / elsametric

0 stars 0 forks source link

Review and refactor the "faculties_tehran.py" script #30

Closed pmsoltani closed 5 years ago

pmsoltani commented 5 years ago

Feature description

It has been some time since the creation of faculties_tehran.py script (formerly Tehran.py). The script should be reviewed and refactored so that it uses the recent changes in the repo's programming style (like the extensive use of config.json).

Additionally, some helper functions that are useful across multiple scripts may be extracted from faculties_tehran.py to their own helpers.py module.

Suggested solution

Here are some tips:

Good Luck!