+ 2
Which is the most difficult programming language?
Some says the most difficult one is C++ and the easiest one is Python. I tried to use python in web programming and it is really hard to do so.
4 ответов
+ 8
AJ, are you using Python Django? Django can be pretty hard. Python Flask is easier.
+ 6
Don't know myself. All I can say is that c++ is taking me longer to learn than VBA. Not sure if that is because it is harder or if it is because it has more/different features than vba.
Guess it is all subjective to the individual
+ 3
Take a look at:
Whitespace
https://en.m.wikipedia.org/wiki/Whitespace_(programming_language)
Brainfuck
https://en.m.wikipedia.org/wiki/Brainfuck
Other esoteric languages
https://esolangs.org/wiki/Main_Page
APL
https://en.m.wikipedia.org/wiki/APL_(programming_language)
+ 2
I tried Python Flask. Yes, it's true that it is easy but I think no company uses Flask since it's only a micro-web framework. Thanks, btw.