Hacker News new | ask | show | jobs
by rat87 2583 days ago
while python is object oriented in the sense that everything is an object it doesn't insist of doing everything via message passing. It's quite happy with basic data types and simple functions (plus decorators and context managers)