Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use IronPython to develop GUIs for Google App Engine?

I'm developing a simple Python program with a (dynamic) form interface, but it needs to run on Google App Engine. I understand that IronPython lets one use Visual Studio's drag-and-drop interface builder and classes while programming with Python, but will this be compatible with Google App Engine?

like image 387
Andrew Avatar asked Sep 02 '26 22:09

Andrew


1 Answers

Google's Google App Engine can only run pure python code, and not even all Python is supported. No, you can't do things like IronPython.

If you want to use Python, I'd learn Django. If you want something closer to .NET, I'd go with Java.

like image 59
MStodd Avatar answered Sep 05 '26 12:09

MStodd



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!