Python vs C# (Discussion)

Status
Not open for further replies.
Actually I have no knowledge about python ,
but a little bit about c#,
I am a .net developer,I feel better with it ,now I am developing mobile application for windows phone .
Pretty good.
 
Things need to consider are:
1) python is interpreted language and C# is compiled language. That means C# will be always faster than python.
2) support libraries: C# has whole .net framework and third party libraries. python has also good set of libraries but .net framework is just monstrous.
3) python is cross platform. it work on mac/linux/windows, C# is mostly used on windows. C# with linux/mac is possible using mono and some third party tools but that's not mainstream.
 
Sticking to C#.

After reading all posts!

Thanks everyone for your time.
 
Status
Not open for further replies.
Back
Top