What are JSON Files and How do we use them in Python (Python and JSON Tutorial 01)

Опубликовано: 07 Апрель 2020
на канале: Python Tutorials for Digital Humanities
12,608
123

If you enjoy this video, please subscribe. I provide all my content at no cost. If you want to support my channel, please donate via
PayPal: https://www.paypal.com/cgi-bin/webscr...
Patreon:   / wjbmattingly   (its my www.themedievalworld.com account as well).

If there's a specific video you would like to see or a tutorial series, let me know in the comments and I will try and make it.

In this video, I explain what JSON files are and why you should consider them for your DH project. More importantly, I show you how to interact with them in Python using the import json feature. The data used in this video series will be the following json data:
{
"names": [
{
"firstname": "Jim",
"age": 32
},
{
"firstname": "Fred",
"age": 32
},
{
"firstname": "Bob",
"age": "28"
},
{
"firstname": "Joe",
"age": 40
}
]
}


На этой странице сайта вы можете посмотреть видео онлайн What are JSON Files and How do we use them in Python (Python and JSON Tutorial 01) длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Python Tutorials for Digital Humanities 07 Апрель 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 12,608 раз и оно понравилось 123 зрителям. Приятного просмотра!