The purpose of this is to be a place to do adhoc analyses with python.
It is presumed that you have pyenv
and poetry
installed. See your dot-files
repository for more information on how to install these.
To create a new project based on this one, copy this repository, then from the root of the new directory, run sh scripts/setup-poetry.sh
.
Alternatively refer to your template-project repository for more information on how to set up a new project.
Explore these files to get a quick introduction to how python
can be used in a copy of this project:
main.py
test_add_numbers.py
notebooks/quickstart.ipynb
These links provide information on getting started with python: