Hacker News new | ask | show | jobs
by bpicolo 788 days ago
Because they're python libraries that just wrap C and C++. All the performance upside with better ergonomics
1 comments

Putting this another way, people use Python because it makes it way easier to compose together the underlying C++ code. Composition and polymorphism in C++’s static type system is rather weak.

Of course there is also the relative succintness of Python and other advantages, too.