Academind Logo

Accessing Nested Dictionaries

Working with .json data is a very common task, no matter if you’re coming from the data science or the web development world. Let’s see how we can access, modify and save .json data in Python.

Created by Manuel Lorenz
#

Accessing Nested Dictionary Keys

Working with .json data is a very common task, no matter if you’re coming from the data science or the web development world. Let’s get started with the .json encoder in this video and see how we can access, modify and save .json data in Python.

Recommended Courses