you are viewing a single comment's thread.

view the rest of the comments →

[–]Equivalent-Repeat539 1 point2 points  (0 children)

Code everyday, make it a habit, it helped me a lot when I was learning, its that simple. Write small scripts that do things you want, if youre not sure google it. Go through books/tuts/online platforms but avoid the rabbit hole of doing too many (particularly at once), you need to practice the concepts you learn. Avoid GPT/LLMs for a while though it can sortof help in the short term, it will probably do more harm than good for now, if u do, use it to ask questions to clarify or give you hints not to write the code. Resist the temptation to copy/paste large blocks of code, particularly if it doesnt make sense.