|
|
|
|
|
by peterhil
1195 days ago
|
|
I strongly agree with this, and I have been actively using Python since 2009. Trying top keep a Pygame/Numpy/Scipy project working has been a real struggle. I started it with Python 2 and ported to Python 3 some years ago. The whole Python 3 transition is a huge mess with every Python 3 point release breaking some things. No other interpreted language’s packaging system is so fucked up. On a positive note: Lately I've liked using pdm instead of pip, and things seem to work quite a lot better. I evaluated Poetry, Flit and something else also. I just commented about this on Twitter, when someone asked “Which programming language do you consider beginner's friendly?”
https://twitter.com/peterhil/status/1633793218411126789 |
|