Python Programming Basics to Advanced JSON data parsing in Python
YOUR LINK HERE:
http://youtube.com/watch?v=tSjKEThlVfg
In this lesson we will study about the JSON data format and parsing that with Python. It is the most widely used Data Format at present. Python has json library or module to read the JSON data as Python Dictionary. We will cover these things: • What is JSON : 00:00 • JSON Format : 03:23 • JSON to Python Dictionary : 04:05 • Python Dictionary to JSON : 13:50 • Periodic Table Example: 19:33 • Importing JSON data from Web Server API : 26:49 • Quran Example : 34:18 • Python Documentation: • https://docs.python.org/3/library/jso... • Example Files used: • Example_1.json: • https://github.com/MAN1986/Python-Pro... • Example_2.json: • https://github.com/MAN1986/Python-Pro... • Example_3.json: • https://github.com/MAN1986/Python-Pro... • Periodic Table JSON data link: • https://github.com/Bowserinator/Perio... • Public APIs dataset: • https://github.com/public-apis/public... • Quran API: • https://quran.api-docs.io/ • Lesson on Dictionary: • • [Python Programming Basics to Advance... • Lesson on Text Files: • • [Python Programming Basics to Advance... • Lesson on CSV files: • • [Python Programming Basics to Advance... • Lesson on Map and Filter: • • [Python Programming Basics to Advance... • • Complete Playlist: • • Python Programming Basics to Advanced • If you have the basic programming knowledge and interested to learn Object-Oriented Programming in Python, check out this playlist: • • Object-Oriented Programming in Python • Review Questions: • 1- Given at 26:39 • 2 3- Given at 37:22 • #PythonProgramming
#############################
