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

1作者: honghaier7 个月前
我花了五年时间开发了一款名为“PyMe”的 Python IDE,旨在帮助 Python 学习者可视化软件开发过程。它的整体使用流程类似于 Visual Basic,可以通过拖放创建界面,并通过右键菜单将变量或事件函数绑定到控件。它还可以通过鼠标菜单创建大量访问函数。最终,当你完成任务后,可以直接“运行”并查看结果。如果一切正常,你还可以“发布”并将其打包成 EXE 文件,甚至在 Android 设备上打包成 APK 文件。 PyMe 的主要价值在于为 Python 开发者提供一个所见即所得 (WYSIWYG) 的开发工具。 我每天晚上都会修复错误并更新版本,目前仅提供 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,