0
Python is simple or hard language??please explain theoretically or practically???
6 odpowiedzi
+ 4
Python is simplest language for beginners. You can try learn javascript too.
Which programming language should you learn first? ʇdıɹɔsɐʌɐɾ :ɹǝʍsuɐ
https://medium.com/free-code-camp/what-programming-language-should-i-learn-first-ʇdıɹɔsɐʌɐɾ-ɹǝʍsuɐ-19a33b0a467d
+ 3
Most easiest programming languages
https://www.makeuseof.com/tag/easiest-programming-languages-beginners/
+ 3
Well, it depends on the learner's choice
+ 1
the language is simple, but it is necessary to learn tough(like any other)
0
The problem of Python is that it's basic syntax is different to most other popular programming languages.
Atleast C++, C# and Java use type headings and return types, unlike Python.
And atleast C++, C#, Java, JavaScript, PHP and R use curly braces { }, where Python uses indentation, they (except PHP?) also prefer symbols for logical operators !, ||, &&, to correspond Python's not, or, and.
0
I think programmers who started programming with a language, like C++ met learning Python difficult or annoying, but viceversa it does not cause problems.