TOUFU Parent-Child Python Programming Workshop
Learn how to work with Python’s built-in json module to serialize the data in your programs into JSON format. Then, you’ll deserialize some JSON from an online API and convert it into Python objects. To test a short amount of code in python sometimes it is quickest and easiest not to write the code in …