修改开源Python程序

发布于 2024-09-13 16:25:23 字数 1436 浏览 4 评论 0原文

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

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

发布评论

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

评论(1

肩上的翅膀 2024-09-20 16:25:23

因为这个项目使用 pyGTK,所以您可以使用 gtk 表单设计器glade,但它可能会增加一层额外的复杂性,而这实际上是不必要的。由于您已经熟悉 C#/Java,因此我建议您阅读官方 Python 教程 。然后我会看一下这个优秀的 PyGTK 教程。如果您花了大约一天的时间真正尝试理解 Python 模型和“Pythonic”的做事方式,那么您应该能够轻松地修改该程序。

虽然您可能不需要为如此简单的项目使用 IDE,但如果您愿意,您可以使用 Eclipse(您可能熟悉来自 Java)和 PyDev。它允许您在熟悉的 Eclipse IDE 中编写/调试 Python 程序。

Because this project uses pyGTK, you can use glade which is a gtk forms designer, but it would probably add an extra layer of complexity that's really not necessary. Since you're already familiar with C#/Java, I'd recommend running through the official Python tutorial. Then I'd take a look at this excellent PyGTK tutorial. If you spend about a day really trying to understand the Python model and the "pythonic" way of doing things, you should then be able to easily modify that program.

While you probably don't need to use and IDE for a project this simple, if you want, you can use Eclipse (which you may be familiar with coming from Java) with PyDev. It allows you to write/debug Python programs inside the what may be the familiar Eclipse IDE.

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