PyBites Platform News
Solving Bite 21. Query a Nested Data Structure
We recorded a video solving Bite 21. Query a nested data structure. The exercise presents us with a dict
of car manufacturers and their corresponding car models. We will extract various bits and pieces from it as well as sort the nested model lists. This is a common type of data structure so specially for a beginner it is important to have this become second nature. Prepare to learn more about looping, some string operations, and list
/ dict
comprehensions.
(published 6 years, 4 months ago)