Hey everybody, hope you are doing great! In this video, everything you need to know about YAML will be explained YAML files will allow you to separate between configuration to actual logic. So in case you have a program that runs as a service (While True), then you can configure it on demand by relying on YAML files as configuration. Enjoy the video :)
perfect explanation as always, i loved that you show the python interpretation of the yml code at the end it really helped understanding it better than any word could do... your explanation skills and thinking out of the box on how to explain stuff in as easy way as possible are truly exceptional.. can't wait for an official bootcamp by you
This is pretty cool; thank you for sharing! I've been using JSON files for storing key/value pairs for large projects. Are there advantages to using YAML over JSON?
Thanks and wonderful question, at the end of the day, the purposes are quite the same. Two advantages that I found in YAML are: - I think reading YAML is more comfortable to read - It has the option of commenting, so you can describe the purpose of each config
Hey everybody, hope you are doing great! In this video, everything you need to know about YAML will be explained
YAML files will allow you to separate between configuration to actual logic.
So in case you have a program that runs as a service (While True), then you can configure it on demand by relying on YAML files as configuration.
Enjoy the video :)
perfect explanation as always, i loved that you show the python interpretation of the yml code at the end it really helped understanding it better than any word could do... your explanation skills and thinking out of the box on how to explain stuff in as easy way as possible are truly exceptional.. can't wait for an official bootcamp by you
Thank you! Will keep updated on long term courses when it will be relevant 😁
I have been looking forward to this video, Thanks
Sounds great!
Thank you very much, your video helped me a lot to understand the YАML format... :)
You are welcome 😁
Great tutorial. Keep up the great work.
This is pretty cool; thank you for sharing! I've been using JSON files for storing key/value pairs for large projects. Are there advantages to using YAML over JSON?
Thanks and wonderful question, at the end of the day, the purposes are quite the same. Two advantages that I found in YAML are:
- I think reading YAML is more comfortable to read
- It has the option of commenting, so you can describe the purpose of each config
Great video! Has anyone find the new domain where yaml validator is now? Or a website that works as well as that one?
nice video
Thanks!
,