+ 1

Whats the difference between Python and C# ?

8th May 2017, 5:03 AM
John Smith
John Smith - avatar
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........
8th May 2017, 5:32 AM
MR Programmer
MR Programmer - avatar
+ 2
Noticable difference: Syntax, Python -> Interpreted, Scripting C# -> Compiled, Programming
8th May 2017, 5:29 AM
Complex
Complex - avatar
+ 1
@Amram i tell you about c#. not Python though​ i can program in Python. somebody has to overtake other.
8th May 2017, 1:41 PM
MR Programmer
MR Programmer - avatar
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.
8th May 2017, 1:27 PM
Amaras A
Amaras A - avatar