Introduction to GraphQL using Python
GraphQL is a data query language developed internally by Facebook in 2012 before being publicly released in 2015. It provides an alternative to REST and ad-hoc web service architectures.
Quickstart on Pipenv (Python packaging tool)
A quickstart guide for pipenv that captures a collection of all it’s useful commands/operations.