## Python Tutorial Ez Enough to Teach Monkeys
#
## Context
#
# 1. Getting to know Python and installation (macOS)
#     a. Video: Introduction to Python (naive)
#     b. Video: Installation of editor and conda (pip)
#     c. Coding: Printing "Hello Queeny!" on termimal
# 2. Packages and How to deal with them
#     a. Video: Widely used Python packages (numpy as example)
#     b. Video: How to install them using pip
#     c. Coding: