Hacker News new | ask | show | jobs
by fwip 142 days ago
Well-written Python apps are very easy to understand, especially if they use well-designed libraries.

The 'magic' in Python means that skilled developers can write libraries that work at the appropriate level of abstraction, so they are a joy to use.

Conversely, it also means that a junior dev, or an LLM pretending to be a junior dev, can write insane things that are nearly impossible to use correctly.

1 comments

> Well-written Python apps are very easy to understand, especially if they use well-designed libraries.

Oh. Why haven't I seen those?

Dunno dude, maybe you haven't looked. Maybe you hate Python. Maybe you're stupid. Anything could be possible.