From a706f6878e49a7faf7ec440d8adee8fda07af792 Mon Sep 17 00:00:00 2001 From: bookish <44310042+bookish@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:32:20 -0400 Subject: [PATCH] Update README.md 'Coding practice for beginners' section on RUST MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a browser-based series of interactive exercises for RUST basics, no setup needed—ideal for beginners or quick practice sessions, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d84abe4c8..b96ea4bea 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Programming Tasks](http://rosettacode.org/wiki/Category:Programming_Tasks) : Large collection of small programs. - [Pramp](https://www.pramp.com) : It's your turn to be the interviewer. when done, click on the swap roles button on the left - [Paqmind](http://paqmind.com) : Guides and challenges to learn programming +- [Rustfinity](https://www.rustfinity.com/) : browser-based interactive exercises for RUST basics, no setup needed—ideal for beginners or quick practice sessions - [Codecademy](https://www.codecademy.com) : Learn to code interactively, for free. - [Codegym](https://codegym.cc/) : It contains a Java tutorial with 1200 Java practise tasks. - [treehouse](https://teamtreehouse.com) : The fast, easy, and affordable way to build your skills.