If you are a Python developer you probably have heard about pipenv already. It advertises itself as Python Development Workflow for Humans
, the “for Humans” part should be a hint about who created it.
Pipenv surely has some nice features, but it also has others that I’m not interested. In this post, I intend to present the way I use it. I’ll try to illustrate how it fit my development workflow by sections.
Continue reading “My somewhat pragmatic approach towards pipenv”