+ 1
Any tips for a begginer coder? I have the drive to be a programmer so much but i cant write code for the life of me.how to learn
3 Réponses
+ 4
I would start at the beginning of the lessons and work your way through them slowly. Take your time. Practice writing your own codes for every new concept. If anything doesn't make sense, see if you can find help in the lesson comments. Use Google a lot. It helps to see each new concept from several different viewpoints, so I suggest looking them up in a few tutorials, for example, for Python,
https://www.programiz.com/python-programming
https://www.learnpython.org
https://www.tutorialspoint.com/python/
https://docs.python.org/3.7/tutorial/
I'm sure there are equivalents for Java.
It's a slower process but it's worth it because the knowledge you get will stick.
If you're still stuck, ask for help. The folks here love to help 😊
Good luck!
+ 4
Try starting with the tutorials here.
+ 3
The easiest way is modify every 'do it yourself'. You are starting with working code so, when you break it, you know what you did to do so. Make them do similar things. Figure out what everything actually does because, once you know that, you can then put them together to do what you want.