我可以使用IronPython为Google App Engine开发GUI吗?

时间:2022-10-12 23:16:21

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?

我正在开发一个带有(动态)表单界面的简单Python程序,但它需要在Google App Engine上运行。据我所知,IronPython允许用Python编程时使用Visual Studio的拖放界面构建器和类,但这是否与Google App Engine兼容?

1 个解决方案

#1


3  

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.

Google的Google App Engine只能运行纯python代码,甚至不支持所有Python。不,你不能做像IronPython这样的事情。

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

如果你想使用Python,我会学习Django。如果你想要更接近.NET的东西,我会选择Java。

#1


3  

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.

Google的Google App Engine只能运行纯python代码,甚至不支持所有Python。不,你不能做像IronPython这样的事情。

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

如果你想使用Python,我会学习Django。如果你想要更接近.NET的东西,我会选择Java。