/coding_challenge

Primary LanguageJupyter NotebookMIT LicenseMIT

Agora coding_challenge

The follow code was completed for a coding interview

Flask task

Objectives:

  • Render a nested dictionary in a pretty tree format
  • Print out the most common word (derived from the values, not keys)
  • Set key/value pairs
  • Delete keys
  • Put all together in a flask interface
  • Learn a bunch

Install the following dependencies: flask, wtforms, wtf_forms

To run

python3 flask/template.py