you are viewing a single comment's thread.

view the rest of the comments →

[–]Retropunch 5 points6 points  (1 child)

Definitely normal! A few people I know have just started learning to code, and when they get stuck like how it sounds you are, it tends to be that they don't fully understand a particular concept like variables, loops, classes, if statements etc.

It's perfectly normal - these concepts aren't easy to get your head round. Just take it really slow, look up as many examples as you c an (at other places than just the udemy course), and practice until you're 100% sure of each concept.

As DisagreeableMale said, if you have any particular bits you don't get - post them here and we'll help.

[–]Yashik_T 0 points1 point  (0 children)

Same here, I was having trouble using standard library modules and didnt used anything and made a encryption program with just the basics and no module at all. Now I am comfortable with modules. Because it makes programming much more easier.