Glossary¶
- Jupyter notebook¶
Powerful web application used in this project, for examples and tutorials containing real python code. From https://jupyter.org:
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.
- matplotlib¶
Primary python package for plotting data. Highly customizable and extensible. More information at https://matplotlib.org
- numpy¶
Widely-used python package that allows multidimensional arrays and linear algebra routines. More information at https://www.numpy.org
- pip¶
Recommended tool for installing Python packages. More at https://pypi.org/project/pip/
- pytest¶
Fully featured python test runner. More at https://pytest.org/en/latest/
- yaml¶
Human-readable format used for configuration files in this project. For more information, see https://pyyaml.org/wiki/PyYAMLDocumentation
- scipy¶
Python scipy module! More at https://scipy.org/
- serpentTools¶
Lovely tools useful for handling Serpent 2 data in Python! More at https://serpent-tools.readthedocs.io/en/master/