展示HN:我开发了一款专为Python开发者量身定制的IDE

1作者: honghaier5 个月前原帖
我花了五年时间开发了一款名为“PyMe”的Python开发者集成开发环境(IDE),旨在帮助Python学习者可视化软件开发。整体使用过程类似于Visual Basic,通过拖放可以创建界面,变量或事件函数可以通过右键菜单绑定到控件上。它还可以通过鼠标菜单创建大量的访问函数。最后,当你完成这个任务后,可以直接“运行”并查看结果。如果没有问题,你还可以“发布”并将其打包为EXE文件,甚至在Android设备上打包为APK文件。 PyMe的主要价值在于为Python开发者提供一个所见即所得(WYSIWYG)的开发工具。我每天晚上修复bug并更新版本,目前仅提供Windows版本。你可以直接访问<a href="https:&#x2F;&#x2F;github.com&#x2F;honghaier-game&#x2F;PythonIDE-PyMe" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;honghaier-game&#x2F;PythonIDE-PyMe</a>进行下载。
查看原文
I spent five years developing an IDE for Python developers called &quot;PyMe&quot;, which can help Python learners visualize software development. The overall usage process is similar to Visual Basic, where drag and drop can create interfaces, and variables or event functions can be bound to controls through the right-click menu. It can also create a large number of access functions through the mouse menu. Finally, when you complete this task, you can directly &quot;run&quot; and see the results. If there are no problems, you can also &quot;publish&quot; and package it as an EXE, or even an APK on Android devices. The main value of PyMe is to provide Python developers with a WYSIWYG development tool. I fix bugs and update versions every night, and currently only the Windows version is available. You can go directly to <a href="https:&#x2F;&#x2F;github.com&#x2F;honghaier-game&#x2F;PythonIDE-PyMe" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;honghaier-game&#x2F;PythonIDE-PyMe</a> Download,