+ 1
I get really confused with the terms while coding. What is the best way to get in ease with programming?
4 Réponses
+ 1
Do the course at your own rate. When you don't understand, check the comments, there are always people to help you out there. When you've finished the course, start with some easy codes yourself. But most of all, if you don't understand, just ask!
+ 1
When I first learned about List Comprehension I made this code practicing it. Do this. Everything you learn, practice it!
https://code.sololearn.com/c195fjflDL5F/?ref=app
0
practice. every little thing you learn, regardless if you feel you understand it or not, practice it.
0
Try to have concrete examples of the these terms. like how,when and why to use them. If you see them in action, you'll probably understand their function.