Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 308 Bytes

File metadata and controls

3 lines (3 loc) · 308 Bytes

python_dictionary

  1. scan 3 tsv files and make a consolidated dictionary of poets wrt their URLs as the key and a dictionary of their names in 3 languages (ie: English, Urdu, Hindi) as the value of the key respectively.
  2. Then convert the final dictionary into a JSON object and dump it into a JSON file.