The chart provides a comparison of different data types available in Python, including integers, floats, complex numbers, booleans, strings, bytes, bytearrays, ranges, lists, tuples, sets, frozensets, and dictionaries. Each data type is described in terms of its functionality, mutability (whether it can be changed after creation), and examples demonstrating its usage. This comparison helps understand the characteristics and usage of each data type in Python programming.
Tag: modules
Terraform module: one lesson learned hard way
The module are lifesavers in terraform. Making them is one acquired skill. It seems it's easy at first but really gets complicated when used for actual use-case. Some pit-falls are innocuous like this one.