This JSON Python tutorial is about using JSON with Python - what is JSON format, how to parse JSON data with Python, how to convert JSON data to a Python dictionary, and vice versa how to convert Python dictionary to JSON.
In the video:
What is JSON format, and what's the purpose of using it,
How to use Python json module, and its methods:
json.dumps()
json.loads()
json.dump()
json.load()
==== Follow me ====
Telegram: https://t.me/red_eyed_coder_club
Twitter: / codereyed
Facebook: https://fb.me/redeyedcoderclub
======================
Timecodes:
00:00 - beginning. What is JSON. JSON example
01:01 - Copying JSON to Python script
01:30 - Converting JSON to Python dictionary
01:50 - Using json.loads() function to convert JSON to Python dictionary
02:55 - Reading data from JSON with Python
03:28 - Modifying/edit JSON data with Python
04:04 - Using of json.dumps() to convert Python dictionary to JSON
04:38 - Saving/writing Python dictionary to a JSON file with json.dump()
05:45 - Load JSON file to Python dictionary with json.load()
JSON Python tutorial: what is JSON and how to parse JSON data with Python | Python tutorial:
• JSON Python tutorial: what is JSON an...
#python #json #redeyedcoderclub