Prototyping in Python
Published: Mar 17, 2021
Last edit: Mar 17, 2021
For prototyping, you will want to get to know Jupyter notebooks. And since this is much better done hands-on, I made a Jupyter notebook to introduce Jupyter notebooks.
Run it here (will take a few seconds to load) and open jupyter-tutorial.ipynb
.
Alternatively, you can download the repository and run it on your local machine.
Install Jupyter
If you want to install Jupyter, you can do so through pip
or conda
.
(Don’t know any of those terms? Don’t worry, we’ll cover them in an upcoming article)