+ 1

What is the easiest way to learn coding ?

11th Mar 2017, 3:17 AM
Ashutosh Singh
Ashutosh Singh - avatar
2 odpowiedzi
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
11th Mar 2017, 3:38 AM
Vitor Buxbaum Orlandi
Vitor Buxbaum Orlandi - avatar
0
Thanks a lot sir for the answer !
11th Mar 2017, 4:04 AM
Ashutosh Singh
Ashutosh Singh - avatar