this post was submitted on 18 Aug 2024
66 points (92.3% liked)

Python

1916 readers
3 users here now

A community for talking about the Python programming language.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sugar_in_your_tea -1 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

Rust:

2 days, most of it fighting the compiler.

I did a POC in Rust vs Python. Rust took longer to write, would be harder to maintain by our team, and with numba, the performance difference was small. So we went with Python.

[–] taladar 2 points 4 weeks ago (1 children)

If you are fighting the compiler you are probably trying to write unidiomatic code (maybe Python-like code?).

[–] sugar_in_your_tea 1 points 4 weeks ago

Or you're just new. This is, afterall, a Python community.