Digest of Fluent Python: Part II - Data Structures (sequence types, dicts, sets, strings, bytes, unicode)
Chapter 2 - An array of Sequences 2.1 Overview of Built-In Sequences Python inherited from ABC the uniform handling of sequences. Strings, lists, byte seq...