Hacker News new | ask | show | jobs
by lisbbb 337 days ago
OOP is not shoved down your throat with Python, though. With Python, I can choose what taxonomies deserve an OOP treatment and which do not. Spoiler: Almost nothing is a taxonomy of any remarkable nature.
1 comments

you also can get away with completely ignoring the underlying oop semantics in tons of cases whereas java and similar languages dont give you that option