Breaking up with Python
cedwards.xyz
Breaking up with Python
1–10 of 179 posts
Re: Breaking up with Python
#2Re: Breaking up with Python
#3Re: Breaking up with Python
#4Re: Breaking up with Python
#5Re: Breaking up with Python
#6It's really a shame that data science, ML, and notebooks are so wrapped up in it. Otherwise we could jettison the whole thing into space
Re: Breaking up with Python
#7Maybe for production ready microservices, but I've always thought Python's std lib was pretty expansive.
Re: Breaking up with Python
#8Re: Breaking up with Python
#9I have just started getting into python as I'm experimenting with pytorch and after a lot of googling I'm still trying to figure out how to use conda properly. Could anyone point me to the best way to manage python environments and packages?
It encourages to set up project specific definitions which are saved in the local pyproject.toml file. Keeping everything local and project specific, including the env definition, turns out to be a fantastic boon to reproducibility and sanity of mind.
Re: Breaking up with Python
#10I have just started getting into python as I'm experimenting with pytorch and after a lot of googling I'm still trying to figure out how to use conda properly. Could anyone point me to the best way to manage python environments and packages?