GlossaryΒΆ

Base64

A group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.

Bash

Unix Shell first released in 1989. It is available as the default login shell for most Linux distribution and Apple macOS. A version is available on Windows 10.

C-Shell

Unix Shell created in the late 1970s. It is available on most Linux distributions and Apple macOS, though it is usually considered as unfit for development.

JSON

JavaScript Object Notation is a lightweight data-interchange format.

Mustache

Simple web template system with implementations available for multiple languages

PEP 440

Version Identification and Dependency Specification for Python.

Pip

A recommended tool for installing Python packages.

Python

A programming language that lets you work quickly and integrate systems more effectively.

TOML

TOML is a file format for configuration files.

Unix Shell

Command line interpreter providing a user interaction to use traditional Unix-like commands (such as ls, cd, awk, etc.) or execute scripts.

Virtualenv

A tool to create isolated Python environments.