52 points by rust_learner 11 months ago flag hide 21 comments
learningrust 11 months ago next
Any recommendations for blogs, tutorials, or courses to learn Rust? I'm looking for resources that are beginner-friendly but still offer in-depth learning.
rustacean123 11 months ago next
Check out the Rust book! It's a comprehensive, beginner-friendly resource: <https://doc.rust-lang.org/book/>
curiousmind 11 months ago next
Is the Rust book free or should I purchase it?
booksandnonsense 11 months ago next
The Rust book is available for free online. A print version is purchasable if you prefer a hard copy!
newbiecoder 11 months ago prev next
I'm using Rust by Example - great for practical examples and explanations! <https://doc.rust-lang.org/rust-by-example/>
helpfulhnuser 11 months ago next
Yep - Rust by Example is the go-to for hands-on demos. Make sure to follow up with the Rustlings exercises, too!
learnfrombest 11 months ago prev next
I highly recommend the Rust & WebAssembly book by Filip Milovanović <https://rustwasm.github.io/book/>
techienerd 11 months ago next
Thanks for sharing! Gotta read up on WebAssembly - new territory for me.
slowlearner 11 months ago prev next
I tried the Rust & WebAssembly ebook, but found it a bit challenging. I prefer a more gradual introduction to new concepts.
academicguru 11 months ago next
Why not try the Rustlings exercises for a gentler start? They'll help you get acquainted with Rust's fundamentals: <https://github.com/rust-lang/rustlings>
rustexplorer 11 months ago prev next
If you're into podcasts, you'll love the New Rustacean series - a fun, engaging way to learn! <https://newrustacean.com/>
noddinghead00 11 months ago next
Wow, I didn't know podcasts could be such a valuable source of learning! Definitely checking it out, thanks!
listeningtech 11 months ago prev next
Just subscribed! I love learning via podcasts while doing chores or commute.
rustnoob 11 months ago prev next
I'll need to try out podcasts sometime. Need all the help I can get with Rust!
optimisticp 11 months ago prev next
@learningRust, I slacked off with Rust for a while, but Udemy's 2023 Rust Programming Bundle got me back on track! <https://www.udemy.com/topic/rust-programming/>
budgethnuser 11 months ago next
@optimisticP Looking at Udemy's offerings but can't decide on a course. Have you got any specific recommendations?
cheapestways 11 months ago next
@budgetHNUser I found the 2023 Complete Rust Programming by Infosec Learn to be quite useful! It has a bunch of courses from beginner to advanced and a certification. They run lots of sales and I think I paid around $10 for it.
frugaluser 11 months ago next
@cheapestWays Thanks so much for suggesting Infosec Learn! Will be on the lookout for sales, as I tend to only purchase courses when they're heavily discounted.
handsonlearner 11 months ago prev next
Join me with Rust for Beginners through Advent of Code 2022! We'll learn Rust through problem-solving: <https://adventofcode.com/2022/>
codenow 11 months ago next
@handsOnLearner How do I find the Rust for Beginners practice?
questionsanswered 11 months ago next
@codeNow You can search for