Hello to all users of this forum. The thing is that I want to learn several languages, of which I already know python, but I also want to learn Rust itself. So at my region where I live at the moment, there are no courses. Because I am used to learn anything with a mentor. So could someone advise me where exactly to start learning. And also how I can improve my skill level in this language. Thank you all in advance.
You'll want to start here:
In particular, you should start with the "The Book"
Yes, of course, that's where you should start, but how do you continue learning? I just can hardly learn it so that I can write something worthy of myself without the right prompting.
Did you try the "Rustlings" and "Rust by Example" under the learning section that I linked above?
Haven't gotten around to it yet, but thanks for mentioning the possibility
Definitely proceed like this:
- Read the whole book through (don't worry if you don't get it all the way). Read it with an eye to understanding what all is possible.
- Now, proceed to do "Rustlings" with the Book at hand. Keep rereading and referring back to the book while doing the Rustlings. Once you've done that, move on to the "Rust by Example" and still keep referring back to the book as well as to docs.rs for any crates that are used
This is the way to learn. There really aren't any other short-cuts.
Thank you for your help, to be honest I'm not looking for easy ways to learn myself
Learn the basics(there are tons of resources out there).
And honestly learning by yourself from books is an underrated skill you should definitely aquire, don't get caught in the spiral of how should i learn now and later and how to become advanced,
Define your goals, learn the basics, and start doing projects.