+ 2
Best coding language
If you just started, with what could you start? I mean what is the most important one, but not too hard so that you're able to understand it?
3 Answers
+ 7
Python is recommended by me for use
Python is General-purposed language used from server automation to Data Science. Python is
an interpreted, object-oriented, high-level programming language with dynamic semantics. It is
simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program
maintenance. It supports modules and packages, which encourages program modularity and
code reuse. Many Countries used Python for statistical analysis and visualisation.
+ 4
This has helpful information Best of Luck!!!đ
https://www.sololearn.com/faq
- 1
At the starting point,I think C is the best. Python is good but for that you need to learn Object oriented programming first,then C++,then Java,then Python. This should be the order according to me.