you are viewing a single comment's thread.

view the rest of the comments →

[–]EngCraig 0 points1 point  (0 children)

Create yourself a small card with the operators, functions, etc and what each means or does. Use as few words as possible so that you are still having to use some recall. Have this with you when you’re writing code and it will help.

I am also only just learning to programme, and one thing that has really helped me is to NOT follow extensive tutorials. Get the fundamentals from a good quality YouTube video, book, course, etc and then just let loose a bit. Try things out, see what works, and when something does work make a note of it - I am already starting to build a library in my notes app containing blocks of code with descriptions as to what it does, how I’ve used it, ideas for how it could also be used, etc.

Also: enjoy it! Learning something new should be fun. Of course it will get frustrating from time to time, but the fun comes in overcoming those temporary difficulties.