Did you miss reading our last Blog about āUnderstanding Python Flask and How to connect Python and Flask to a database. ā? If yes, please click here to go to our previous blog.
If not, itās time to get started with our todayās new topic.
Today, we will be doing some cool stuff by integrating a Python Flask + YAML and performing the CRUD ( Create | Read | Update | Delete ) operations. But before we actually jump in, letās have a glimpse of what is YAML?
Letās explore Yaml.
Introduction of Yaml
YAML stands for āYAML Aināt Markup Languageā. Huh! The only thing in YAML that nobody can understand, is its Name. Better to call it, āYet Another Markup Languageā.
YAML is a data serialization language, which means a language that helps store complex data structures or data object states in a form that is easy to store, transfer, and most important is human readable.
In short, storing the data in a form that is more convenient to store and easily readable.

YAML is a data serialization language, which means a language that helps store complex data structures or data object states in a form that is easy to store, transfer, and most important is human readable.
In short, storing the data in a form that is more convenient to store and easily readable.
YAML is aĀ data serialization language, which means a language that helps store complex data structures or data object states in a form that is easy to store, transfer, and most important is human readable.
