0
What is the easiest programming language to learn.
7 Réponses
+ 12
wrong question!
programming is not just learning the instructions by heart and assembling them one after the other. it is about concepts, algorithms, maths and many many more topics.
and there is a reason why you have to study computer science at a university for 5 or more years.
edit:
and don't come with "python". i could also say Microchip PIC assembler for the PIC 16F microcontroller family. the instruction set has only 27 commands and that's it. And not zillions of modules like in python and you have to damage your brain when trying to understand how to handle some of them because of a crappy written documentation.
+ 2
Python in short, and use a search engine and sololearn search bar:
https://www.sololearn.com/discuss/381220/?ref=app
https://www.sololearn.com/discuss/719384/?ref=app
https://www.sololearn.com/discuss/1481901/?ref=app
https://www.sololearn.com/discuss/634661/?ref=app
https://www.sololearn.com/discuss/623430/?ref=app
+ 1
I advise you to look in the direction of the language "Scratch". Or Microchip PIC assembler for the PIC 16F microcontroller family, where only 27 commands, as cited by Jan Markus as an example.
0
Python.Its codes are very short and easy to learn.
0
See, first of all there is no easy programming language. The easy is only it's syntax. So if you are searching for a language with easy syntax to code then, it's python or javascript. So move to python (recommended) if you want the easy syntax than other language.