whats the best practice for making a python progran nowadays ? just use uv ? ive never used it before but ive seen it shilled so i assume its good ?
@fiore uv manages python dependencies, versions and environments. It is like an all in one solution that works fast but it depends really on what you want to do. PEP8 is still relevant, black does a nice job as a formatter and you can tweak it as you please: https://github.com/psf/black
Pydantic is also nice to check out:
https://pydantic.com.cn/en/
