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 | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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

20th Jul 2019, 2:38 AM
alex boukzam
alex boukzam - avatar
3 Antworten
+ 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!
20th Jul 2019, 2:40 AM
David Ashton
David Ashton - avatar
+ 4
Try starting with the tutorials here.
20th Jul 2019, 4:41 AM
Sonic
Sonic - avatar
+ 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.
20th Jul 2019, 5:06 PM
John Wells
John Wells - avatar