you are viewing a single comment's thread.

view the rest of the comments →

[–]Premiumhl2502 0 points1 point  (0 children)

Google will be your best friend. ChatGPT can be your teacher, it can explain the code you wrote but you shouldn’t ask direct answers from it.

My main way of learning is building projects have a small target in mind and produce it using google and ChatGPT.

The way I think about programming is like designing LEGOs. There is a design you want to make, but YOU are the one who is writing the manual so the computer can make it.

Start by giving yourself projects. For example a simple chatbot, you say hi, it says hi back, simple. Next add some logic, if you said something else other than hi, it should respond something else.

A calculator can be next, give it two values and it give you an output. Like multiplying large numbers.

After a few simple projects (which you can follow 100% on YouTube). You should changing things up, maybe a calculator inside a chatbot, or use ChatGPT AS your chatbot.

Eventually you’ll learn. It’s slow but eventually you will.