Hacker News new | ask | show | jobs
by triztian 2208 days ago
This is exactly what I needed as a somewhat on/off longtime user of Python.

It basically boils down to using pyenv, poetry and setting up the pyproject.toml and project src layout.

I read the comments before the article and was expecting a MUCH more complicated content and intricate bash, tool or config setups but it seems straightforward.

I feel everything else is part of getting started into professional software development (git, modern OS, env vars setup, bash or shell scripts, etc) which is it's own right complicated for newcomers.

I think deployment and packaging vary a lot depending on the target deploy env which is why I'm fine with it being left out of the article.