Oddbean new post about | logout
 Python is where I come from.

JS I tried many years ago and hated. Rust I am not sure, seems too complex. 
 it's really hard to read as well, and the "safety" is illusory nonsense based on threat models that are way out of date (stack smashing and buffer overflow attacks are so 20 years ago, much more important is protocol attacks and if you can't read the code then lol) 
 Interesting. Rust is a bit complex, but you can learn it by doing some practice. Of course, you need to have a lot of patience. 
 the thing is that I don't want to become a full time dev.

I want to do math, and write/test the math and the algos with an efficient language, but I don't have time to master it completely.

I want to spend time thinking about the logic, not the syntax, that's why I like Python. Because it's simple, and easy to become good at it. 
 Sounds good. I’m not against Python or math. I think both are necessary