I want to make something like google translator , so what is the better to do that and why ?
Which is better for this application python or c++.c#?
- Posted:
- 3+ months ago by silveronly
- Topics:
- python, application, google
Details:
Answers (2)
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.
One more thing, if you're going to make it a web site, you'll want to learn ASP.NET.