DEV Community

Discussion on: Using YAML to manage Python configurations

Collapse
 
juancarlospaco profile image
Juan Carlos

Even if everything works perfectly,
YAML parsers tend to be big bulky and slow compared to parsers of simpler formats,
you can even use CSON if you dont want brackets and semicolons, etc
and still more simpler than YAML to parse.