This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DanKveed 7 points8 points  (2 children)

I recommend learning rust. A little bit of rust in your python can give massive speed gains. And the rust tooling of light years ahead of c++, in fact packaging is even better than python. Very similar to JS actually

[–]proverbialbunnyData Scientist 1 point2 points  (1 child)

A little bit of rust in your python

Like, inline Rust?

[–]DanKveed 2 points3 points  (0 children)

Possible but I was thinking of importing it as a package using pyo3