Working With JSON Data in Python – Real Python

mikesult on Feb. 20, 2020

Great course, I really liked working with the custom type encoder/decoder. I usually type the exercises out by hand and I have been using single quotes instead of double quotes. One thing I learned was that JSON requires double quotes, single quotes don’t work. You might have mentioned that and I missed it (I think I read that somewhere and already had forgotten it). That made me fumble around for a while when I wrote out the complex_data.json using single quotes and JSON_Ex5.py didn’t work. Those are the kind of things that can trip me a bit. I appreciate learning about working with JSON. Thank you.

Pygator on Aug. 27, 2019

Thanks. Great explanations! JSON has always been so mysterious.

Fahim on July 9, 2019

Well explained. Thanks

SamR on June 17, 2019

Very helpful course. Thanks!

Raghunandana SK on April 1, 2019

Yep, This really takes some time to understand . But its explained well for sure

ChrisF on March 31, 2019

Excellent course, really loved it

Anonymous on March 30, 2019

This was excellent!! However, it will take me a while to absorb it all. I may have to watch it again.