Author: Kjell Wooding kjell@wooding.org
This is the git repo for Makefiles: One great trick for making your conda environments more managable. A Pydata Global 2021 talk given on October 28, 2021 by Kjell Wooding. (Video)
To get started, type "make".
To follow along, watch the video.
To learn more about Easydata, the framework that generated this repo, see the Getting Started Guide.
- Use git and virtual environments. Always.
- Good workflow trumps good tooling
- Good workflow means not having to remember things
- Use one virtual environment per git repo. Give them both the same name.
- Maintain virtual environments as code.
- Use Lockfiles: Separate "what you want" from "what you need".
- Auto-document your workflow
- Don't be afraid to "Nuke it from orbit"
See https://github.com/hackalog/make_better_defaults
See Project Organization for details on how this project is organized on disk.
This project was built using Easydata, a python framework aimed at making your data science workflow reproducible.