使用 netbeans 作为 Python 的 IDE
我即将开始学习 Python(主要是为了将其用作我的应用程序之间的脚本粘合剂)。
我在 Linux 上使用 Netbeans (6.8) 进行 C++ 和 PHP 开发工作。理想情况下,我想对 Python 使用相同的 IDE - 并且有一个用于 Netbeans 的 Python 插件(诚然,它仍处于 Beta 阶段)。
有人有使用 Python 和 Netbeans 的经验吗?
我应该使用 Netbeans(出于上述原因 - 即已经熟悉的环境),还是有 [GOOD] 原因让我应该使用不同的 IDE?
I am about to embark on learning Python (largely for the purposes of using it as scripting glue between my applications).
I use Netbeans (6.8) on Linux for both my C++ and PHP development work. Ideally, I would like to use the same IDE for Python - and there is a Python plugin for Netbeans (admittedly, its still in Beta).
Does anyone have any experience using Python with Netbeans?
Shall I use Netbeans (for the reasons stated above - i.e. already familiar environment), or is there a [GOOD] reason why I should use a different IDE?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然我使用的时间不长,但我的情况和你一样,所以决定硬着头皮。到目前为止,我还没有遇到任何问题,并且发现最重要的是您正在使用一个您既熟悉又舒适的环境。您在此过程中发现的任何怪癖可能都可以通过不必习惯全新 IDE 所带来的浅层学习曲线来弥补。
然而,话虽如此,如果您只是刚刚学习该语言,我不能推荐“官方”命令界面 IDLE,因为它只是让您深入了解该语言的内部,提供即时反馈等。
此外,以下<如果您发现 Python 插件Netbeans 根本不适合你。
Although I've not been using it for long, I was in the same situation as yourself and just decided to bite the bullet. I haven't had any issues with it so far and found he most important thing to be that you are using an environment that you are both familiar and comfortable with. Any quirks you find along the way are probably more than made up for by the shallow learning curve given by not having to get used to an entirely new IDE.
That said however, if you are only just picking the language up I can't recommend the "official" command interface, IDLE, enough as it just let's you get into the guts of the language giving instant feedback etc.
Additionally, the following SO question has a comprehensive list of Python IDE's if you find that the Python plugin for Netbeans just doesn't work for you.