|
|
|
|
|
by Bsharp
4150 days ago
|
|
I agree 100%! I first learned to program in Python using Project Euler and they taught me a ton. Now I've solved 111 of them! I'm currently trying to learn Rust, and since it's so new everything is geared towards people with experience. So I started Rust For Beginners: http://www.rustforbeginners.com I'm trying to make it a guide to the language, and programming in general, for true beginners. The very first post of actual coding (after installing, command line basics, and compiling/running with cargo) is a walk through of the first PE problem. I know how you feel about most beginners guides not actually being suited for beginners. Since I'm a beginner, I'm hoping I'll be able to write one. Feel free to check it out, and constructive criticism is encouraged! |
|