My question is: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

My question is:

What is the easy programme languge

24th Jul 2019, 8:06 PM
saga moon
saga moon - avatar
2 Answers
+ 2
Python, but i started with C i think it is pretty easy too.
24th Jul 2019, 8:08 PM
Julian Dörling
Julian Dörling - avatar
0
The thing with python is that it looks very simple in appearance but it is very hard to understand how it works actually. I had that feeling of simplicity but once I asked myself : why range? Why not a simple loop like in c? And I discovered that many things I thought true were in fact not the reality (oop in python, for exemple). When I moved from Python to c++, I had to learn again all about programming (types and mainly oop) and it was very painful for me. So, the best thing is to begin with a typed langage (but permissive) without oop, in order to learn all the different data types and learn some great programming habits. I named c.
24th Jul 2019, 11:22 PM
Théophile
Théophile - avatar