this post was submitted on 28 Nov 2024
195 points (90.1% liked)

Programmer Humor

32581 readers
779 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 4 hours ago (1 children)

I can't speak for others, but the python3 transition wiped the smile off my face for awhile there.

[–] riskable 7 points 3 hours ago

Why? The most annoying thing that I remember about it was popular modules that hadn't been ported yet. In essence, a temporary problem; growing pains.

The Unicode/string/bytes changes were welcome (to me). But that might just be because I had actually encountered situations where I had to deal with seemingly endless complexity and ambiguity related to Unicode stuff and encodings. Python 3 made everything much more logical 🤷