Python Tutorial : Working with JSON | Beginners Guide | DevOps

preview_player
Показать описание

Today we move beyond the python fundamentals and beyond reading and writing files, to look at a popular data structure called JSON. This allows us to store our data in a format that other applications can understand.
It also allows us to prepare our data for storing it in a database or file storage in the cloud.

These videos make up with building blocks of advanced applications and microservices. Stay tuned for the next one!

Checkout the source code below 👇🏽 and follow along 🤓

Also if you want to support the channel further, become a member 😎

Checkout "That DevOps Community" too

Source Code 🧐
--------------------------------------------------------------

If you are new to Kubernetes, check out my getting started playlist on Kubernetes below :)

Kubernetes Guide for Beginners:
---------------------------------------------------

Like and Subscribe for more :)

Follow me on socials!

Music:

Рекомендации по теме
Комментарии
Автор

Thanks for making this video! It is so helpful to see the python running in a Docker container and to see the workflow built out in stages across multiple videos. This really gives context for why each line of python code is necessary in building a data pipeline for data processing. I hope you make a video showing how the JSON is then stored in a database.

madelinetosh
Автор

By far the best and most organized way of teaching us programming. Much thanks, Sir. Do educate us like this always and I'm very much glad to come across your channel. Peace always :)

subhankarpadhy
Автор

Thanks for this great tutorial. I appreciate that you included docker for development with python.

mariocortes
Автор

it would be great if you can make a video about real-time processing with tools like spark or flink

a_k__