Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 262 Bytes

readme.md

File metadata and controls

7 lines (6 loc) · 262 Bytes

This is a simple project that scrapes the words form the Oxford Learner's Dictionary.

I created it to learn basic python developing routines:

  • Dividing program logic into independent modules
  • Creating unit tests
  • Working in virtual environment
  • Using git