Learn How To Code If You Don't Know How To Code But Want To Learn To Code - A Beginners Guide

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ • 4

  • @mrunphotography
    @mrunphotography Місяць тому +1

    I saw a short about whether LLMs understand, and I loved it and subscribed

    • @neuraldemy
      @neuraldemy  Місяць тому

      Thank you for your support 🙏🏻

  • @guillaumebl137
    @guillaumebl137 Місяць тому +1

    Thank you, I tried to learn a bit by looking video on UA-cam, but I have quite a hard time to just keep going.. I will look to the book you recommended and hopefully get something cool out of it.
    Also, what do you think of programming games like "The Farmer Was Replaced"?
    So far I like it, and I think I learn quite well, but I might do a bit too much if statement 😅

    • @neuraldemy
      @neuraldemy  Місяць тому +1

      Hi, so yeah it's a great book you must read. About the game I haven't played it myself but if you are learning by writing code that's a good thing. Just make sure it also teaches you how to deal with errors and finding bugs in your code. These things are also very important. The best thing you can do is think of an app or game idea and code it out while making mistakes, and learning in the process. This will challenge you overall, and make you better. Start simple if you are a beginner and then move forward. Make sure you are able to implement OOP approaches such as inheritance etc if you are building complex apps.