This repository serves as a reference to some varius Python basics. It accompanies the slides found here: https://docs.google.com/presentation/d/1Vyq5QpmbhRaO5qMQY2ydxsv3GAenIGuJXVcfNNGPsl8/edit?usp=sharing
This repository has no external dependencies. To use it, clone its contents into a folder of your choosing, navigate to
that folder, and use python <name>.py
. If you have multiple versions of Python installed, you may have to use
python3 <name>.py
.