+ 4
Which is the easiest coding language
I am 13 and know very basic coding
6 Antworten
+ 3
+ 3
Python is the easiest .
+ 2
Hello, i am 13 also and Am a pentester (yes, really) I use python for pentesting, and its not Hard. you should learn py, it is easy.
+ 2
CyberAssasin from my point of view it's PYTHON
because.
1). Easy syntax it means you can understand the language easily. and you will remember the built-in easily
2).Takes very less space to write code it means it will be easier for you to debug your code easily.
3).One of the most powerful and mostly used language. it means you can't regret learning it in future.
if you've set your mind in learning this Language. Remember practice makes perfect so you can try any of these MINI beginner projects. while learning it.
https://www.sololearn.com/post/4869/?ref=app
https://www.sololearn.com/post/4870/?ref=app
https://www.sololearn.com/post/4873/?ref=app
https://www.sololearn.com/post/4874/?ref=app
+ 1
scratch is fun, but you will learn more with python.
If you have a pc, try python with turtle! this is really easy and fun.
>>>import turtle
>>>turtle.forward(50)
>>>turtle.circle(20)
>>>turtle.left(90)
>>>turtle.forward(100)
...and so much more!
0
scratch is great to start from. you get to know loops etc. My son starts programming with it.
if you are a bit more comfortable with math basics, python could be a good choise.
i started with pascal but that was a long time ago.