+ 2
What is the best programming code?
There are many programming codes such as Python, Javascript, C++, C#, etc. But I really read which one do you think is the best for its simplicity, its uses, its frameworks, among other things.
6 Antworten
+ 2
Angel Moreno cuevas
Short answer:- Python
Python is one of the most widely used language and known for its simplicity and its uses.
Python codes are simple and short and easy to understand as compared to other languages like c++, java, c#, etc.
It is highly recommended language for beginners and there is a great demand of python developer in software companies.
+ 2
next time use the search form. similar questions were asked a lot of times.
there is no "the best" language.
python is easy-to-learn, c# is no so hard as well. and also the sql (which is almost a pure English language)
+ 2
I think I will answer you this way.
It is not always about what programming language is the best.
The answer lies in "WHAT DO YOU WANT TO BUILD?"
Once you know what you want to build, then you can now determine the best programming language that will help you achieve your goal.
So this means, all programming language have their own "Pro and Cons". But you need to determine what you want to build before you can decide on the best programming language to get the job done.
0
I would recommend Python because, on the one hand, it has a simple syntax and, on the other hand, you can use it for things like web apps, scripting, AI or data analysis. There are many different frameworks for this, such as Django, Flask, FastAPI or TensorFlow.
0
The best choice for simlicity and range of uses, as well as extremely huge number of external libraries, is Python, IMHO. But in general, it depends on implementation goals. Want data science, machine learning, artificial intelligence and backend web development, go for Python. Want web development frontend and backend, JavaScript, Node.js and framework such as React is your choice. Want game development, perhaps, C++ or C#… There is no universal solution.