(no title)
taosx | 7 months ago
That said, I remember writing myself a note a few years ago to avoid Python projects. I had to clean up code from all over the company and make it ready for production. Everyone had their own Python version, dependencies missing from requirements.txt, three way conflicts between 2 dependencies and the python version, wildly different styles, and a habit of pulling in as many libraries as possible [1]. Even recalling those memories makes my stomach turn.
I believe constraints make a project shine and be maintainable. I'd prefer if you throw at me a real python instead of a python project.
[1] Yes, I'm aware of containers, I was the unlucky guy writing them.
theLiminator|7 months ago
Still could be better, but I think Python's really hit its stride now.
bigiain|7 months ago
In my personal timeline, people giving up waiting for Perl 6 were a huge source of early Python developers.
1ncunabula|7 months ago
Philpax|7 months ago