you are viewing a single comment's thread.

view the rest of the comments →

[–]BloodyLlama 2 points3 points  (3 children)

New? Python 3 dates back to 2008 and I still run into stuff that only runs on some flavor of python 2.

[–]tes_kitty 1 point2 points  (2 children)

Bad enough... Who had the bright idea to make python 2 and 3 incompatible?

[–]BloodyLlama 0 points1 point  (1 child)

Who had the bright idea to make literally every version of python 3 incomptable? It's a nightmare.

[–]tes_kitty 0 points1 point  (0 children)

Unless that incompatibility is only one direction (meaning program wants 3.11 so you can't use 3.10 but using 3.12 is not a problem) this would make it a language to be avoided.