适用于 Windows 的独立时尚应用程序 - 但我是 python/Java 开发人员。什么是最少学习曲线的方式?
该应用程序很简单,可以显示图像和简单的图像处理。
我了解 python 和 java,但还没有看到在 Windows 上内置它们的时尚独立应用程序。我不确定 py2exe 有多可靠。
使用 .Net/C# 似乎是唯一的方法,我对此感到害怕,因为我从未用过这些方法进行过任何编程。
还有别的办法吗?我听说过 silverlight &棱镜。不知道当您用它们创建独立应用程序时它们是否可以访问文件系统。
The application is simple and deals with showing images and simple image manipulation.
I know python and java, but haven't seen a sleek standalone application built in them on windows. I'm not sure how reliable py2exe is.
Going the .Net/C# seems to be the only way, which I dread, since I've never done any programming in those.
Is there another way ? I've heard about silverlight & prism. Don't know if they can access filesystems when you make a standalone application out of them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
既然您了解 Python,也许 IronPython 是您的一个选择?您还可以使用创建 Swing Java 应用程序
Since you know Python maybe IronPython is an option for you? You can also use create a Swing Java app
现在还有些边缘 - 但您可以使用 VS 2010 的新 Python 工具
http://pytools.codeplex.com/
如果您没有 VS,请下载“Microsoft Visual Studio 2010 Shell(集成)可再发行组件包“http://www.microsoft.com/downloads/en/details.aspx?FamilyID=8e5aa7b6-8436-43f0-b778-00c3bca733d3&displaylang=en
然后你就可以安装Python工具...
请记住,您仍然需要学习 XAML 或 WinForms &它仍然是.net...
希望有帮助。
It's a little fringe right now - but you can use the new Python tools for VS 2010
http://pytools.codeplex.com/
If you don't have VS, download the "Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package" http://www.microsoft.com/downloads/en/details.aspx?FamilyID=8e5aa7b6-8436-43f0-b778-00c3bca733d3&displaylang=en
then you can install the python tools...
Keep in mind you'll still have to learn XAML or WinForms & it's still .net...
Hope the helps.