+ 1
What is the easiest way to learn coding ?
2 Antworten
0
Start with some language like Python or TCL. They are easy to run and comprehend! Write some simple programs that might be useful for someone (even if this person is a child learning math or physics), like a simple calculator or one to compute geometry tasks (triangle area, sin, cos, etc). With time, go further on writing more complex code and getting familiar with other languages (java, C++..).
Also, always try to understand what is happening with your code (why that works? why this doesn't?). There is a great community ready to help you! And do not forget to practice!! :D
0
Thanks a lot sir for the answer !