My recursion projects. Some simple examples of recursion.
This project was mainly an exercise in learning Python.
Dependencies:
- Python version 3.8.2.
- Packages:
Package | Version |
---|---|
matplotlib | 3.4.1 |
numpy | 1.20.2 |
Each directory contains a main Python file which can be run from the command line or imported. Each directory contains a Python script create_sample_output.py, and the file(s) created by running that script. You can test your environment and ability to use the programs by running this script and comparing your output with the file(s) here.
For Unix users, the Python files use shebang. For Windows users, I assume you know how to configure things so that you can either click on a Python file to run it from a Windows file explorer window (including how to pass arguments etc.), and how to run a Python file from the command line.
See
- Shebang in Unix. https://en.wikipedia.org/wiki/Shebang_(Unix)
- Running Python in Windows. https://docs.python.org/3/faq/windows.html