Hook
More breakout videos from this creator.
Here are some websites I really wish I knew about when I first started programming. First, we have Python Tutor which helps you visualize code execution step by step. It's perfect to understand things like loops or data structures. Then we have CS50 (Harvard). It's an online intro to computer science and the art of programming taught by Harvard. And you guys recommended it so much in the comments because it's completely free and honestly one of the best ways to learn. Then we have Khan Academy. It's quite popular, but I honestly think it deserves its fame. It offers lots of videos and short lessons to run your code directly in the web without installing anything. Then we have LeetCode which offers tons of problems that train your problem-solving skills and prepare you for your tech interviews. Next, we have W3Schools. Perfect if you want to build websites and run your code directly in the web.