Json Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Intermediate | Convert dict to namedtuple/json | json dict namedtuple |
| Intermediate | Parse omdb movie json data | movie data json APIs glob |
| Intermediate | Use the ipinfo api to lookup ip country | mock.patch json requests APIs |
| Intermediate | Analyze stock data | counting data analysis string manipulation requests json sorting |
| Intermediate | Turn messy csv into json | re string manipulation csv pandas json |
| Intermediate | Parse best selling lists using the ny times api | json mock requests APIs |
| Intermediate | Convert warcraft json data to csv | json exception handling csv |
| Intermediate | Test code that parses json and ip ranges | dataclasses ipaddress json pytest |
| Intermediate | Scrape pycon events | beautifulsoup data analysis web scraping requests pycon json namedtuple |
| Intermediate | Get and write all code from a json file | file processing json string manipulation filecmp |
| Advanced | Get the dates ninja belts were earned | looping datetime pandas json sorting |