+ 1
Is python better than c#?
4 Réponses
+ 4
"better” really isn’t a thing. It all comes down to what you are doing. In my opinion software and gamedev would be “better” in C# as thats what people are using. Data analysis AI and automation would be “better” in python again, as thats what people are using.
+ 4
Better for rapid prototyping for example.
+ 2
It is like asking which kitchenware is more useful,a cooker or an oven. It really depends on what you want to eat. However,it is obvious that learning python is more easier as a C# program has stuff like {}, ;, public static void,..., which may be confusing for new learners.
0
I think that c# is a more user friendly language than python. In python it throws syntax errors if you have too many spaces all the beginning of statements. Are there any other quirks in python?