this post was submitted on 02 Oct 2023
1751 points (98.0% liked)

Programmer Humor

32175 readers
1154 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
[โ€“] malijaffri@feddit.ch 0 points 1 year ago* (last edited 1 year ago) (1 children)

I'm sorry, but when was the last time you actually used Python? Python has had a switch ... case ...-like structure called match ... case ... since v3.10:

https://www.geeksforgeeks.org/python-match-case-statement/

As for having to import standard libraries, why should every single function of every single built-in library be included in every single Python program, much less in compiled executables? At that point, it just bloats up your file sizes and RAM usage.

ETA: You are literally the only person in this whole thread that has such a huge problem with Python. What did it ever do to you?

[โ€“] Rooki@lemmy.world 1 points 1 year ago

Because probably you all never coded something really with python.