虽然您可能不需要为如此简单的项目使用 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.
发布评论
评论(1)
因为这个项目使用 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.