Do I need python-pdm?

I’m not exactly new to python but have extrermely little experience. Is it necessary to instal a handler like python-pdm over Python-setup tools? It’s is described as being easier to use for beginners. idk Thanks in advance.

This is a subjective question, that depends entirely on your needs.

  • What are you using Python for?
  • Why do you need to manage Python packages?
  • Are you able to use Arch package management instead?

Simply though, if you don’t need it, don’t install it. If you can accomplish what you need using Arch package management instead, that is almost certainly going to be the better option.

if its for coding a venv environment is best for this

Thank you :slight_smile:

no problem