K
K
kot-airplane2018-05-03 22:32:38
Python
kot-airplane, 2018-05-03 22:32:38

What's the difference between C# and Python?

The question is not for the sake of holivar and not about which language is better.
Let's say I need to write a desktop application for Windows. What's the difference between writing it in C# and Python?
The first item will probably be the weight of the installer. Windows may not have Python installed, so I need to pack it into an exe file too, which will increase its size by ~ 80 MB, but let's say this is not a problem and the weight of the installer does not matter ...
Just what distinguishes these languages ​​\u200b\u200bwhen writing desktop applications ?
Speed? (although this is a relative metric, any language has 100,500 ways to speed up)
In which language is it easier to use the capabilities of a 64-bit architecture?
In what language is it easier to make a program so that it runs as possible on large versions of Windows without alteration, i.e. XP, Vista, 7, 8, 8.1, 10, etc.?
In which language is it easier to get to the system APIs if I need to get to the audio device or video card? (well, we just don’t consider C here in comparison)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-05-03
@kot-airplane

what distinguishes these languages

The main difference is static typing.
If under Windows, then in C#.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question