General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Gilad Barlev
Brodie Robertson
comments
Comments by "Gilad Barlev" (@GSBarlev) on "Python 2 Just Refuses To Die!!" video.
As someone who'e been trying to get people around me to drop support for 3.7 and the other EOL versions, this is pure violence.
54
2to3 is right there. Please, for the love of Guido...
22
Python 3.12 will run 99% of code written for Python 3.4. They're extremely good about following semver and giving long deprecation windows.
14
@thingsiplay which reminds me that I've been meaning to check out PyShell for literally a decade, lol
1
@LaughingOrange If you're on a Debian-based system, just install PythonIsPython3
1
Python3 code is extremely forward-compatible. It's been my primary language since 3.4, and the only times I've had stdlib code break was when an import moved around (and that move was telegraphed versions in advance).
1
@thingsiplay It was never random, just nonsensical (IIRC it had to do with hashes). Dicts being non-ordered was never part of the spec—if your code relied on that behavior, then that's just xkcd 1172.
1
Just FYI—if you're not already using conda, UV or Nix to manage your virtual environments, you really should.
1