IDE问题 [英] The IDE question

查看:111
本文介绍了IDE问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试找到一个我很熟悉的用于python的IDE。对于我的

需要IDLE实际上99%的时间都有效,但在我目前的项目中我需要一次打开很多文件,我真的更喜欢

有标签浏览。我甚至会尝试将其编码为IDLE,但是我没有bk没有经验。


我找到的所有IDE( google + python wiki page)要么是A)

商业版或B)为旧版本的python编写或者

wxPython或者C)是否在eclipse中突出显示语法是的。


所有我真正想要的是相当于IDLE的标签

浏览。有人有什么建议吗?

I''m trying to find an IDE for python that I''m comfortable with. For my
needs IDLE actually works 99% of the time, but on my current project I
need to have lots of files open at once, and I would really prefer to
have tabbed browsing. I''d even try to code this into IDLE myself but I
have no experience with Tk.

All of the IDEs I''ve found (google + python wiki page) are either A)
Commercial or B) Written for either an older version of python or
wxPython or C) Are syntax highlighting in eclipse and that''s it.

All I''m really looking for is the equivalent of IDLE with tabbed
browsing. Anyone have any suggestions?

推荐答案

嗨DA,


我不知道你是否愿意发现这是有帮助的,但我最喜欢的一个是
的IDE是DrPython,它是免费的,允许你同时打开多个文件

。看看......

http://drpython.sourceforge.net /


Byron

---


dataangel写道:
Hi DA,

I don''t know if you will find this to be helpful, but one of my favorite
IDEs is DrPython, which is free and allows you to have multiple files
open at the same time. Check it out...

http://drpython.sourceforge.net/

Byron
---

dataangel wrote:
我正在努力找到一个我很熟悉的用于python的IDE。对于我的需求IDLE实际上99%的时间都有效,但在我目前的项目中,我需要一次打开很多文件,而我更喜欢用标签浏览。我甚至会尝试将其编码为IDLE,但我没有使用Tk的经验。

我找到的所有IDE(google + python wiki页面)都是A)
商业或B)为旧版本的python或
wxPython或C编写。在eclipse中语法突出显示,就是它。

所有我'我真的在寻找相当于带标签浏览的IDLE。有人有什么建议吗?
I''m trying to find an IDE for python that I''m comfortable with. For my
needs IDLE actually works 99% of the time, but on my current project I
need to have lots of files open at once, and I would really prefer to
have tabbed browsing. I''d even try to code this into IDLE myself but I
have no experience with Tk.

All of the IDEs I''ve found (google + python wiki page) are either A)
Commercial or B) Written for either an older version of python or
wxPython or C) Are syntax highlighting in eclipse and that''s it.

All I''m really looking for is the equivalent of IDLE with tabbed
browsing. Anyone have any suggestions?



dataangel写道:
dataangel wrote:
我正在努力寻找我很满意的python IDE。对于我的需求IDLE实际上99%的时间都有效,但在我目前的项目中,我需要一次打开很多文件,而我更喜欢用标签浏览。我甚至会尝试将其编码为IDLE,但我没有使用Tk的经验。

我找到的所有IDE(google + python wiki页面)都是A)
商业或B)为旧版本的python或
wxPython或C编写。在eclipse中语法突出显示,就是它。

所有我'我真的在寻找相当于带标签浏览的IDLE。有人有任何建议吗?
I''m trying to find an IDE for python that I''m comfortable with. For my
needs IDLE actually works 99% of the time, but on my current project I
need to have lots of files open at once, and I would really prefer to
have tabbed browsing. I''d even try to code this into IDLE myself but I
have no experience with Tk.

All of the IDEs I''ve found (google + python wiki page) are either A)
Commercial or B) Written for either an older version of python or
wxPython or C) Are syntax highlighting in eclipse and that''s it.

All I''m really looking for is the equivalent of IDLE with tabbed
browsing. Anyone have any suggestions?



我不确定哪个平台,但看看Eric(它有项目和

标签)。当然这只适用于Linux。您可以在SPE(Windows和Linux)上查看

。我喜欢Eric因为调试器。


John


I''m not sure which platform but take a look at Eric (it has projects and
tabs). Of course this only works with Linux. You might also take a look
at SPE (windows and Linux). I like Eric because of the debugger.

John


Byron写道:
Byron wrote:
嗨DA,

我不知道你是否觉得这会有所帮助,但是我最喜欢的IDE之一是DrPython,它是免费的并且允许你拥有
多个文件同时打开。看看......

http://drpython.sourceforge.net /

拜伦
---

dataangel写道:
Hi DA,

I don''t know if you will find this to be helpful, but one of my
favorite IDEs is DrPython, which is free and allows you to have
multiple files open at the same time. Check it out...

http://drpython.sourceforge.net/

Byron
---

dataangel wrote:
我正在努力找到一个我很熟悉的python IDE。对于
我的需求IDLE实际上99%的时间都在工作,但在我目前的项目中,我需要同时打开大量文件,而且我真的更愿意使用标签式浏览。我甚至会尝试将其编码为IDLE
我自己但没有使用Tk的经验。

我找到的所有IDE(google + python wiki页面)都是A)
商业或B)为旧版本的python或
wxPython或C编写。在eclipse中语法突出显示,就是它。

所有我'我真的在寻找相当于带标签浏览的IDLE。任何人都有任何建议吗?
I''m trying to find an IDE for python that I''m comfortable with. For
my needs IDLE actually works 99% of the time, but on my current
project I need to have lots of files open at once, and I would really
prefer to have tabbed browsing. I''d even try to code this into IDLE
myself but I have no experience with Tk.

All of the IDEs I''ve found (google + python wiki page) are either A)
Commercial or B) Written for either an older version of python or
wxPython or C) Are syntax highlighting in eclipse and that''s it.

All I''m really looking for is the equivalent of IDLE with tabbed
browsing. Anyone have any suggestions?



DrPython似乎正是我正在寻找的 - 在几个bug之后

已修复,打开的文件窗口已得到改进。我无法打开本地网络上的
计算机上的文件,因为没有机制可以做到这一点,我不能在我自己的路径中输入
(没有回应我输入和

点击输入),文件夹的快捷方式不会显示出来。我还管理了

来找到一个一直让我的系统挂起的错误:P $ / b

我给他们发了电子邮件,但总的来说还是最好的IDE我到目前为止尝试过:D


DrPython seems to be just what I''m looking for -- after a few bugs are
fixed and the open file window is improved. I can''t open files on
computers on my local network because there''s no mechanism to do that, I
can''t type in my own path (doesn''t respond to me typing it in and
hitting enter), and shortcuts to folders don''t show up. I also managed
to find a bug that consistenly makes my system hang :P

I''m e-mailing them the bugs, but overall the best IDE I''ve tried so far :D


这篇关于IDE问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆