How to Use Python 3.11's New TOML Parser, tomllib
Posted by Al Sweigart in misc
Python 3.11 will include a TOML parsing module called tomllib
. Let's learn what TOML files are (they're similar to JSON), how they're useful for configuration files, and how you can write Python code to read them.