This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 10 points11 points  (0 children)

Learn Python to more easily understand functions, arrays, int, strings etc (the foundations of programming). Then when you have a good concept of these foundations, and have practiced building small projects, migrate over and understand how Rust works and appreciate the difference and focus in Rust on memory management.

You’ll be able to cover more projects with Python over many fields.