Blog

Python Type Checking

  Table of Contents Dynamic Typing Type hinting What is Mypy and how does it work for Type Checking? Annotations   Python's dynamic typing is one of its primary selling points, and there are no plans to alter t…

Fluent Python Notes

Overview of Built-In Sequences The standard library offers a rich selection of sequence types implemented in C: Container sequences: list, tuple, and collections.deque can hold items of different types. Flat sequences: str, bytes, bytearr…

OpenStack Cinder Terminology

Gathering information on storage terminology can be challenging. Below are some definitions to help you understand the terms commonly used in the Openstack storage industry. GB Cinder uses the binary unit of measurement as defined by the Int…