Rust’s cool, but overkill for most stuff. Python’s “slow” until you realize you can just call C libs when needed.
Try writing a quick prototype in both. You’ll see why Python wins for most use cases.
(Also, check out Numba if you need speed in Python.)
Try writing a quick prototype in both. You’ll see why Python wins for most use cases.
(Also, check out Numba if you need speed in Python.)
