How do you organize python code for larger projects?
For NodeJS, I find it more intuitive to split up code into submodules with imports and exports.
For python, its less…
UV is cool and useful. I found it when reviewing your code. And started using it for my own Python projects. It seems much faster than the default pip.
UV sync is easier to…