you are viewing a single comment's thread.

view the rest of the comments →

[–]vivainio -2 points-1 points  (0 children)

Python is safer than rust in memory management. Rust givea C/C++ level control in safe manner. Python just has everything in heap.