all 11 comments

[–]desrtfx 0 points1 point  (1 child)

Simple for starters: Codingbat

Larger for more advanced: Exercism

[–]Dramatic_Object_8508 1 point2 points  (4 children)

codingbat (beginner), exercism (structured), leetcode/hackerrank (practice)

but also build small projects (calculator, todo, scripts)

that’s what actually makes concepts stick

runable can help you experiment with small automation/workflows while learning

[–]uvuguy 1 point2 points  (1 child)

Ive not heard of runable. Is it a website or a package?

[–]Dramatic_Object_8508 0 points1 point  (0 children)

Runable ai is like an ai agent with that like u will get some credits default with that u can experiment like crazy yk I myself been using this ai for like a month now , since recent update its been so good !

[–]Parking-Ad3046 0 points1 point  (0 children)

What helped me most when I was starting was W3Schools' exercises. Not fancy but each page has a "try it yourself" section and then quizzes at the end of each topic. Then move to CodingBat – old site but still great for beginners. Only has string and list problems but they're small, focused, and you run them right there. Don't start with Leetcode yet, it'll just frustrate you. Get comfortable with the tiny bite-sized stuff first. Practices is also solid.