What you choose Python or C# and why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What you choose Python or C# and why?

Please help with my question

16th Apr 2019, 5:14 AM
Begench Berdiev
Begench Berdiev - avatar
7 Answers
0
That depends. Both languages have different applications, and even work differently. For fast, processor intensive applications (like games), C++ is better than Python, as Python is *interpreted* line-by-line and higher-level (less complex, more CPU intensive) Scientific work such as machine learning and data processing is better supported by Python. Python comes with thousands of packages related to all manner of applications, and simplified syntax makes Python easier to learn and understand. On the other hand, C++ is a very versatile mid-lower level language that runs faster on limited hardware and works on most platforms...with the tradeoff that it is nigh impossible to learn properly without proper instruction or previous experience with Computer Science As you have tagged C# I will mention it also. C# is a C-based language (like C++), and is the flagship language of Microsoft. In my opinion, it has the best of both Python and C++. It runs faster than Python, whilst still retaining (relatively)...
23rd Apr 2019, 1:12 PM
Trigger
Trigger - avatar
+ 5
Depends on what is your aim.
16th Apr 2019, 5:21 AM
Sarthak Pokhrel
Sarthak Pokhrel - avatar
+ 5
Jay Matthews I feel c# easier than python.
16th Apr 2019, 5:22 AM
Sarthak Pokhrel
Sarthak Pokhrel - avatar
+ 1
Thanks for your answers
16th Apr 2019, 6:31 AM
Begench Berdiev
Begench Berdiev - avatar
0
C# is easy, but then what is your goal?
16th Apr 2019, 10:41 PM
Gideon Markus
Gideon Markus - avatar
0
...simple syntax. Like C++ it has applications in processor intensive activities (albeit a little slower), but also works with more scientific applications. The "compiling" process itself also blends both compilation and interpretation, so that debugging can be done without waiting hours for the program to compile. I hope you find this explanation useful😁
23rd Apr 2019, 1:13 PM
Trigger
Trigger - avatar
0
This is my explanation for another question. He wanted to know whether Python or C++ is better. Your explanation is also there
23rd Apr 2019, 1:14 PM
Trigger
Trigger - avatar