this post was submitted on 28 Nov 2024
459 points (88.4% liked)

Programmer Humor

35334 readers
1 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] tunetardis@lemmy.ca 9 points 1 year ago (3 children)

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

[โ€“] riskable@programming.dev 13 points 1 year ago (1 children)

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 ๐Ÿคท

looking at python2 code these days is very uncanny, just the fact that print is a magical keyword is so wrong: what is this? bash?

load more comments (1 replies)