This is a minimal template for data analysis with python, intended to researchers in human movement sciences that are new to python.
Cloning this template for each new data analysis problem should facilitate data analyses with python and minimize potential errors.
- Download as a zip file (green button
< > Code
on the top right of the page) - Expand the archive on your computer (e.g., in your
Download
folder). - Rename the extracted folder with the name of your new project (e.g.,
ECG_analysis
) - Move the new
ECG_analysis
folder where it should be located (e.g., in yourDocuments/CodeProjects/
directory) - In VSCode :
- open the new project in a new window.
- open
main.ipynb
and clickRun all
- A minimal Python environment for reproducible research in human movement sciences is my preferred solution.
- Any IDE supporting python and jupyter notebooks is an alternative solution.