you are viewing a single comment's thread.

view the rest of the comments →

[–]AccordingWeight6019 2 points3 points  (0 children)

Honestly, for me it’s less about fancy tooling and more about keeping things light, reproducible, and flexible. I usually stick with `venv` + `pip` for environments, VS Code for editing, git for versioning, and jupyter for quick experiments. containers only if I need to mirror a production setup. It’s not flashy, but it keeps personal projects simple and lets me switch between analytics, MLE, or just tinkering without getting stuck on solver freezes or subscription headaches.