/pyconca2019-fun-with-compilers

Fun with compilers: exploring languages one Python at a time (PyCon Canada 2019)

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Fun with compilers: exploring languages one Python at a time

A talk presented at PyCon Canada 2019 by Peter McCormick.

Setting up your environment

Requires Python 3.8+.

Create a venv, activate it and install the requirements:

$ python3 -m venv env-demo
$ source env-demo/bin/activate
$ pip install -U pip wheel
$ pip install -r requirements.pip

Running the full demo

$ ./run.py demo-full.py