|
|
|
|
|
by ilovecaching
2799 days ago
|
|
> square peg in a round hole Python is a multi-paradigm language. I have not found Python to be better at OOP versus imperative or functional styles of programming. For me, functional programming provides a closer to model to how I think about problems. This is true for many people. One should choose the style that provides the easiest translation of thought to code. |
|