|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/yaml-zero-to-master/
课程评论:没有评论
**Coursera 课程总结:YAML 精通之路** 本课程“YAML 精通之路”旨在帮助您全面掌握 YAML 格式、语法,并学会如何构建和验证 YAML 文件。课程结束后,您将能够理解以下内容: * **YAML 基础:** 什么是 YAML(YAML Ain't Markup Language)及其入门介绍。 * **YAML 文件编写:** 如何创建简单的 YAML 文件。 * **YAML 文件解析与可视化:** 使用 Python 解析和可视化 YAML 文件。 * **YAML 与其他格式对比:** YAML 与 XML(Extensible markup language)和 JSON(JavaScript Object Notation)的区别。 * **YAML 应用场景:** YAML 的使用案例及其在配置管理中的广泛应用。 * **YAML 编写规则:** 编写有效 YAML 文件应遵循的要点。 * **YAML 数据类型:** * 标量(Scalars):表示单个存储值。 * 各种数据类型:字符串、整数、浮点数、日期、时间戳、布尔值、Null 等。 * 多行字符串:如何使用折叠风格(folded style)和字面风格(literal style)定义长字符串。 * 注释:YAML 如何支持注释以及如何使用 `#` 编写注释。 * 日期和时间戳:YAML 如何支持日期和时间戳值。 * 标签(Tags):YAML 中的标签概念。 * **YAML 数据结构:** * 序列(Sequences)、集合(Sets)、有序映射(Ordered mappings)。 * YAML 文档的常见结构。 * 复杂键(Complex keys):如何使用 `?` 定义复杂键。 * 锚点(Anchors)和别名(Alias):如何使用 `&` 和 `*` 定义锚点和别名。 * 覆盖/合并(Overriding/merging):如何在锚点和别名中使用覆盖/合并。
'YAML Zero to Master' course will help in understanding about YAML format, syntax and how to build, validate YAML files. By the end of this course, students will understand all the below topics,What is YAML (YAML Ain't Markup Language) and introduction to itWriting a simple YAML fileParsing and visualizing YAML files using PythonHow YAML is different from XML (Extensible markup language) and JSON (JavaScript Object Notation)YAML use cases and why it is being used heavily inside Configurations managementThumb rules that needs to be followed in writing a valid YAML fileScalars inside YAML and how they represent a single stored valueHow YAML support various data types like Strings, Integer, Float, Date, Timestamp, Boolean, Null etc.How to define Long,multi-line Strings in YAML using folded style and literal styleHow YAML supports comments inside it and how to write them with the help of #How YAML supports Date and Timestamp valuesTags in YAMLHow to define Sequences, Sets, Ordered mappings in YAMLWhat is the common structure inside YAML documentHow to write complex keys inside YAML using ?What are Anchors & Alias inside YAML. How to write them using & and *What is overriding/merging inside YAML and how to use inside Anchors and Alias using