GM!

Does anyone have good resources to learn Rust for someone who has basic python knowledge (that might even be too generous 😂)?

Reply to this note

Please Login to reply.

Discussion

GM

Good morning, blessings friend

Pura vida

Rust is quite demanding and restrictive if your main coding experience is Python. The main Rust book isn't bad (doc.rust-lang.org/stable/book), but what i found most useful was VScode with its rust extensions for real time feedback and hints. I'm still quite limited with Rust though, so take that with a pinch of salt.

I appreciate this! 🙏

I use VSCode as well, so this very helpful.