Python

Python notebooks converted to HTML each on a specific topic of interest.

Iteration

Summarized APIs, and disambiguation of iteration, iterators, iterables.

Generators

Informations about generators, relating to iterators, asyncio.

Recursion

Usecases and examples of generator-based recursions, tree and graph walks.

Mapping Types

Techniques for dict, Mapping, double-staring

Parsing XML

Using XML and HTML modules of the stdlib to parse well-formed mark-up documents.

Shell

Misc. shell related snippets when implementing CLTs and bridging Bash, Python.