Hacker News new | ask | show | jobs
by kccqzy 2822 days ago
Even when I am a python developer, there is still a difference between (a) this dependency that I explicitly rely on and that I need to sort out packaging issues for, and (b) code I treat as a black box and simply expect to work.

More often than not, a typical developer's python environment tends towards https://xkcd.com/1987/

1 comments

That xkcd is missing virtualenv, pyenv, pipenv, venv, and poetry.