Locked learning resources

Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Locked learning resources

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Working With TOML and Python (Summary)

This is the end of your extensive tour of the TOML format and the ways that you can use it in Python. You’ve seen some of the features that make TOML a flexible and convenient format for configuration files. At the same time, you’ve uncovered some of the limitations that restrict its usefullness in other applications, like data serialization.

In this video course, you’ve:

  • Learned about the TOML syntax and which data types it supports
  • Parsed TOML documents with tomli and tomllib
  • Written TOML documents with tomli_w
  • Losslessly updated TOML files with tomlkit
Download

Course Slides (.pdf)

9.4 MB
Download

Sample Code (.zip)

2.3 KB

Become a Member to join the conversation.