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

发布于 2024-09-27 03:48:27 字数 153 浏览 3 评论 0原文

我正在开发一个带有(动态)表单界面的简单 Python 程序,但它需要在 Google App Engine 上运行。我了解 IronPython 允许人们在使用 Python 编程时使用 Visual Studio 的拖放界面生成器和类,但这与 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迟月 2024-10-04 03:48:27

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

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

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文