Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5303

Python • Re: Managing (very) complex Dictionary structures.

$
0
0
You probably want to use a database. I'd suggest SQLite is an ideal candidate.
I use SQLite for lots of things, but this is unlikely to be one of them! The data I am dealing with comes from a web API as a JSON array which gets converted directly into the Dictionary structure I have displayed. Even if I wanted to store the individual data pairs in a database (which I don't), I would still have to get them out of the Dictionary first!

Statistics: Posted by pfletch101 — Mon Jan 13, 2025 10:28 pm



Viewing all articles
Browse latest Browse all 5303

Trending Articles