Answer the question
In order to leave comments, you need to log in
How to painlessly switch from Python to Rust?
Why did I consider switching from Python to Rust?
1) Python is slow
2) There is no adequate memory management
in python 3) In python, I have to use a bunch of megabytes of libraries (I feel dumb and useless when importing libraries)
4) Python seems like a toy language
5) Python is not suitable for microcontrollers (micropython is just toy)
6) GIL problems
Why not c/c++? I don’t know yet, I’m not interested in them (but I tried to write in c++)
Answer the question
In order to leave comments, you need to log in
How to painlessly switch from Python to Rust?
1) Python is slow
2) There is no adequate memory management in python
3) In python, I have to use a bunch of megabytes of libraries (I feel stupid and useless when importing libraries)
4) Python seems like a toy language
5) Python is not suitable for microcontrollers (micropython is just a toy)
6) Problems due to GIL
Python is slow
Python seems like a toy language
Problems due to GIL
On the whole, I like Vasily Bannikov 's answer , but I will add that it is unlikely that it will be possible to study Rust painlessly - the threshold for entering the language is still very severe. Unless there was before that a serious experience with FP languages and a confused systemism like pluses.
And so, yes, it remains to read the rustbook , rbe , watch Kladov's lectures , ask incomprehensible things in beginner chats and, as a result, dive into rust-learning .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question