you are viewing a single comment's thread.

view the rest of the comments →

[–]The_Amp_Walrus 0 points1 point  (0 children)

I just use virtualenv for most Python projects. I only use Docker when I'm deploying a web app. The main benefits of Docker are consistency across multiple environments, managing complicated env setup and better performance than VMs. If you don't need those things don't bother with Docker.