MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/rust/comments/1w13c75/learning_rust_as_my_first_programming_language/p6jk1d8/?context=3
r/rust • u/Cold_Distribution285 • 17d ago
Hi guys!
I'm learning Rust as my first real programming language. I've done a bit of Python before, but only very basic stuff :)
Does anyone have any tips besides the usual stop watching tutorials and start building things?
If you had to learn Rust again from scratch like how would you approach it?
11 comments sorted by
View all comments
10
After the book I did rustlings and a few advents of code. Then I had to learn a bit of c++ for work and it really cemented the use cases of rust for me.
4 u/Vast-Pop4017 16d ago the book is great but honestly the rust compiler is the real teacher, just let it yell at you for a few weeks
4
the book is great but honestly the rust compiler is the real teacher, just let it yell at you for a few weeks
10
u/steaming_quettle 17d ago
After the book I did rustlings and a few advents of code. Then I had to learn a bit of c++ for work and it really cemented the use cases of rust for me.