Which is better for this application python or c++.c#?

I want to make something like google translator , so what is the better to do that and why ? or:I want to make something like google translator , so w

I want to make something like google translator , so what is the better to do that and why ?

or:I want to make something like google translator , so what is the better to do that and why ?


or:C# would probably be your best bet. People use that for many applications. It is sort of a mix between C++ and Java. C++, in my limited experience, seems to be used more for math applications. I don't know much about Python, but C# is also easier because it has the benefits from both C++ and Java. C# also has the .NET built right into it. So it is faster to just put it together. In C#, if you use the correct program for coding, most of the language is easy to work with and makes sense to most novices who use it.


or:I agree with nerdygirl. I did C++ for many years, and now do C#. It's \"safer\" in that you can't access memory that isn't yours (unlike C++ where you can access elements beyond the size of an array), and the .NET library has so much already coded for you.

Tags: