Hacker News new | ask | show | jobs
by friedman23 2622 days ago
> For example I tend to write python like javascript. Mostly only use lists and dicts (JSON basically), while ditching the whole OOP/class concepts for the most part.

that is exactly how you are supposed to write idiomatic python

1 comments

Surely that depends on what you are writing.