+ 3
Python vs C#
I've learned both. What do you recommend to master for web applications development?
7 Réponses
+ 4
Well, how to answer without being political? Advantage of C# is the huge backing from Microsoft side. Python, on the other hand, has a lovely community. And, my personal opinion, Python is such a wonderful, beautiful language.
+ 4
I discovered Xamarin from Microsoft to easily build cross platform mobile apps. But it requires C#. I couldn't find another free IDE to do so using Python. Do you know one?
+ 3
Isn't PyCharm more or less for free?
+ 3
Thank you for the reference, I like Python more than C# but I can't see the option to convert the code into Android, IOS and Windows mobile in PyCharm. You can easily do it in Xamarin but unfortunately Xamarin is all about C# :(
+ 3
Yet, I haven't done something with Kivy, but maybe it's worth it to check out this oss library. https://kivy.org/#home
+ 1
Great! Thanks!
+ 1
Kivy doesn't support Python 3.6, tutorial sucks, night and day in comparison with Xamarin. The more I learn Python, the more I love it. Still struggling to find a decent IDE for cross platform mobile development. PyCharm looks great but I'm not sure it supports cross platform mobile development. Is there anybody who who has an experience of using some IDE to develop cross platform mobile apps using Python?