this post was submitted on 25 Apr 2025
286 points (100.0% liked)

Linux

8442 readers
116 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 2 months ago (1 children)

Python is case insensitive? Or do mean that it's not? The phrasing is a little confusing.

[โ€“] [email protected] 3 points 2 months ago

Python is case sensitive. I think they're saying their coworkers are writing case insensitive code which is causing errors (perhaps writing myFunction and then calling it via myfunction which would result in an undefined error)