+ 1
Whats the difference between Python and C# ?
4 Answers
+ 4
I know both c# and Python.
i wil choose c# because
oop
built in graphics (gdi+)
pre installed library to connect to internet, to use sql
cross platform ( linux , mac , Windows )
and specially for the games development feature by unity ( you can develop same game for PlayStation , Xbox , ios , Android ....
with same c# code)
we can create web application with c#.
we can create Android , ios app with c# xamarin.
easy to learn.
much more........
+ 2
Noticable difference: Syntax,
Python -> Interpreted, Scripting
C# -> Compiled, Programming
+ 1
@Amram i tell you about c#.
not Python thoughâ i can program in Python.
somebody has to overtake other.
0
The main differences are:
Syntax (obviously)
Python has a huge and diverse community, the core developers are accessible, while I don't even know who (as in the person) created C#
Python is used in the scientific community, because it is easy to learn and it is interpreted, meaning you don't have to recompile every single time you change even one character.
Python is quite old, while C# is only 17 years old. Thus Python probably base matured a bit more.
Other languages copy Python, so that is a sign Python is better ;)
Also, @MR Programmer: Python IS cross platform since its beginning (nearly), while C# is cross-platform since 2015.



