Tagged articles

pyyaml

5 articles · Page 1 of 1
Subtle Storm
Subtle Storm
Mar 14, 2025 · Fundamentals

How to Flexibly Configure Your Python Projects with YAML

This article explains why YAML is a preferred configuration format, introduces the PyYAML library’s installation, parsing and dumping capabilities, demonstrates custom tags, highlights advantages and pitfalls such as security and performance, and provides practical code examples for real‑world Python projects.

ConfigurationPythoncustom tags
0 likes · 8 min read
How to Flexibly Configure Your Python Projects with YAML
FunTester
FunTester
Oct 18, 2023 · Backend Development

Mastering YAML for API Test Framework Configuration: Best Practices and Examples

This article explains why YAML is ideal for managing API test framework configurations, outlines its syntax and structure, and provides concrete examples for global settings, environment-specific parameters, endpoint definitions, best‑practice guidelines, and Python parsing with PyYAML, helping teams build maintainable and scalable test suites.

API testingConfigurationDevOps
0 likes · 8 min read
Mastering YAML for API Test Framework Configuration: Best Practices and Examples