YouTubeVideoTimestamps icon indicating copy to clipboard operation
YouTubeVideoTimestamps copied to clipboard

Makefiles: One Great Trick for Making Your Conda Environments More Managable | PyData Global 2021

Open Adrianf23 opened this issue 1 year ago • 1 comments

0:00 Introduction 2:10 Workflow >> Tools 2:47 Make's design decisions 5:37 Tip #1: Use Git 6:06 Tip #2: Use Virtual Environments 10:52 Tip #3 Virtual environment name == git repo name 11:34 Tip #4 Check-in your virtual environments 12:00 enviornment.yml 13:31 Tip #5: Script your environment management (with "make") 13:57 Makefile 15:30 Tip #6: Never install packages manually 16:58 Tip #6: Use Auto Documentation (should be #7) 19:55 Tip #7: Separate "what you want" from "what you need" (should be #8) 22:28 Tip #8: Don't be afraid to "nuke it from orbit" (should be #9) 23:49 Summary 25:47 Q&A

Adrianf23 avatar Dec 28 '23 03:12 Adrianf23

Link to the video: https://youtu.be/cCzkL9DhWEE

vitalizzare avatar Jun 21 '24 09:06 vitalizzare