Starting With YAML and PyYAML in Python

preview_player
Показать описание
Python is often marketed as a batteries-included language because it comes with almost everything you’d ever expect from a programming language. However, Python lacks built-in support for the YAML data format, commonly used for configuration and serialization. You’ll see how to work with YAML in Python.

This is a portion of the complete course, which you can find here:

The rest of the course covers how to:
- Advanced YAML Syntax
- PyYAML for Loading and Writing Documents
- Additional Tools for YAML in Python
- Challenges With YAML Format
Рекомендации по теме
Комментарии
Автор

Thank you, Christopher and Real Python!
I recently started working for a company that uses a fair amount of YAML, so this video course was timely!
I very much appreciate the table comparing YAML / XML / JSON / TOML, and the explanation between the formats was very useful.
A very big "Thank You!" for your work continuously pushing my boundaries on Python and programming in general!

Aklidien