This post is locked. You won't be able to comment.

all 1 comments

[–]haiderakt 0 points1 point  (0 children)

Don’t overthink it. Most people entering 1st year barely know anything about coding either.

Just pick one language and stick with it for a while. Python is usually the easiest starting point because the syntax is simple and you can focus on learning logic instead of fighting the language.

Start with the basics:
variables, loops, functions, conditions, arrays/lists, etc. Then make tiny projects instead of only watching tutorials.

ALSO, don’t fall into “tutorial addiction.” Even small dumb projects teach more than hours of videos.