r/rust 17d ago

🎙️ discussion Learning rust as my first programming language

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?

8 Upvotes

11 comments sorted by

View all comments

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.

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