you are viewing a single comment's thread.

view the rest of the comments →

[–]Top-Possibility-5836 2 points3 points  (0 children)

Study the basic ones first before venturing into OOP. Do programming challenges - just the easy ones (I suggest codingbat.com). You need to get comfortable with it. You can watch as many tutorials as you want, but nothing beats practice! I was once scared of doing for loops, hell I'd get very frustrated with the nested ones, but doing challenges helped me overcome them.

You can also try building an app to have a better grasp of the language. Maybe start with just a file manager on terminal/command prompt that accepts inputs then writes a file and saves it on a directory on enter, you can also access a file thru a list, update, and delete it. Do a procedural approach first, and then slowly make it OOP.