Here are some tips I would give beginners learning to code in 2024:
1. Start with the basics of JavaScript/Python as that’s usually the most approachable.
2. Build something small like a small game like hangman or anything can be played in the console/terminal.
3. Slowly build more complex projects
FreeCodeCamp still seems to be one of the best ways to get started. After JS basics I also really enjoyed Eloquent Javascript, which can be done online or via a book, and uses a lot of atypical examples to teach concepts. It was very dense but I found each chapter very rewarding in the long term.
Comments
1. Start with the basics of JavaScript/Python as that’s usually the most approachable.
2. Build something small like a small game like hangman or anything can be played in the console/terminal.
3. Slowly build more complex projects