social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#pyenv

0 posts0 participants0 posts today

671 - Descubre la herramienta que cambiará como usas Python

#uv es la herramienta perfecta para gestionar proyectos y dependencias de #python y que viene a sustituir a #pip #poetry #pyenv #virtualenv y otras

Como ya te he comentado en mas de una ocasión, la llegada de Rust, está suponiendo una auténtica revolución. Los desarrolladores apoyados en Rust se ha

youtube.com/watch?v=Jb-9QII_E1Y

After programming a good 2 months in #python finally found the tool #poetry which is quite similar to how #nodejs bundles libraries into a directory either locally or globally in the cache directory.

I have tried the other tools from #pyenv to #venv and/or #virtualenv. Where I thought they were used to deal with library dependency management only to realize that they are more like #nvm.

I did use #conda for some time, though preferred a python only solution. I do realize that poetry won't resolve all issues and might need to look into to containerization later on, though for the time period it looks like a good solution.

Using pyenv and pyenv-virtualenv to install Python and create a virtual environment on MacOS andreagrandi.it/posts/install-

I keep referring to this blog post of mine a lot. I'm glad I took some time to note all my process so I can reuse it int he future (and hopefully it's useful for other people too)

Andrea Grandi · Using pyenv and pyenv-virtualenv to install Python and create a virtual environment on MacOS
More from Andrea Grandi 🦕

I wrote a blog post with some tips on using #pyenv to manage versions of #python. If you use poetry to build Python modules, poetry in fact plays nice with pyenv and makes use of its virtual environments. I find it much easier to manage virtual environments centrally with pyenv, rather than having lots of directory local installations in .venv/.

bioxray.dk/posts/2024-10-02-us

bioxray.dkUsing pyenv to manage your Python versions ~ MOK's Onomatomaniske KaosManage Python version with pyenv