Environments and Version Control (if not packaging and PyPI)

2025-09-04 Thread dn via Python-list
How do you start (and thus run) a Python project? tldr; question in last paragraph Two articles appeared in my InTray: - Reuven Lerner (Python Trainer) saying "You’re probably using uv wrong" (https://lerner.co.il/2025/08/28/youre-probably-using-uv-wrong/), NB adapted from [his] “Better develo

Re: Environments and Version Control (if not packaging and PyPI)

2025-09-04 Thread Left Right via Python-list
I tried uv, and I don't see a point in using it. It does what some other existing tools do. Maybe faster. But it's in the place where speed is not important. For work, I follow company's rules, which require setting up a project in the company's Git server. It doesn't really matter in what order t