this post was submitted on 30 Jul 2023
270 points (97.9% liked)
Programmer Humor
32710 readers
716 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Proper type annotations are possible in Python, but its more the excemption than the rule.
What I encounter in Python world are dicts, dicts and more dicts.
Edit: i've encountered some developers stepping up from Python to kotlin and Java and making a total mess of things. I agree that it is possible to write structured Python code but 80% of developers are never going to surpass the "scripting" level.