IDE [英] IDE

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

问题描述

你好


我现在可能会开始一场战争......但是就这样吧:)


我只是想听听你们吃早餐的人吃蟒蛇的所有东西

for python coding。目前我使用Kate,但我真的很喜欢带有调试器和源浏览器的IDE

(即我可以用来浏览模块等的
)对于恰到好处的诅咒和其他问题

- 我是Python的新手。)


....而且不,Emacs或Vi不是什么我想要:)


-

Mvh。

/ Thomas

Hello

I am probably going to start a war now... but so be it :)

I just want to hear what all you guys who eat pythons for breakfast use
for python coding. Currently I use Kate, but I would really like an IDE
with debugger and a source browser (ie. one the I can use to browse
through modules etc. when looking for just the right curses stuff and such
- I am a newcomer to Python).

.... and no, Emacs or Vi are not what I want :)

--
Mvh.
/Thomas

推荐答案

Thomas Lindgaard< th **** @ it-snedkeren.BLACK_HOLE.dk>写道:
Thomas Lindgaard <th****@it-snedkeren.BLACK_HOLE.dk> writes:
我只是想听听你们吃早餐时吃蟒蛇的人们用于python编码的内容。目前我使用Kate,但我真的很喜欢带有调试器和源浏览器的IDE(也就是说,当我寻找合适的诅咒内容时,我可以使用它来浏览模块等等)
- 我是Python的新手。)
I just want to hear what all you guys who eat pythons for breakfast use
for python coding. Currently I use Kate, but I would really like an IDE
with debugger and a source browser (ie. one the I can use to browse
through modules etc. when looking for just the right curses stuff and such
- I am a newcomer to Python).




如果你想定位.Net:

http://www.activestate.com/Products/Visual_Python/


我认为他们有非网络的东西。 Python也是如此,但是不能
看到任何东西。



If you want to target .Net:

http://www.activestate.com/Products/Visual_Python/

I thought they had something for "non-.Net" Python as well, but can''t
see anything.


Thomas Lindgaard写道:
Thomas Lindgaard wrote:
你好

我现在可能会开始一场战争了......但是就这样吧:)


Mmm编辑大战。

我只是想听听你们早餐吃蟒蛇的所有人使用的蟒蛇编码。目前我使用Kate,但我真的很喜欢带有调试器和源浏览器的IDE(也就是说,当我寻找合适的诅咒内容时,我可以使用它来浏览模块等等)
- 我是Python的新手。)
Hello

I am probably going to start a war now... but so be it :)

Mmm editor wars.
I just want to hear what all you guys who eat pythons for breakfast use
for python coding. Currently I use Kate, but I would really like an IDE
with debugger and a source browser (ie. one the I can use to browse
through modules etc. when looking for just the right curses stuff and such
- I am a newcomer to Python).



对于Win32,PythonWin(虽然它没有我认为你是

将其视为源浏览器)。对于Linux,Eric3(确保得到

最新版本,Gentoo,至少,有一个旧版本为稳定),这可能是你的b $ b想要(因为你提到了KDE编辑Kate)。

SciTe也很受欢迎,但它是一个简单的编辑器,而Eric则是一个

all-singing-全能的IDE。最后,虽然我没有尝试过,Eclipse

显然在某处有一些Python插件。


玩得开心,

Mike


________________________________________________

Mike C. Fletcher

设计师,VR水管工,编码器
http://members.rogers.com/mcfletch/

博客:< a rel =nofollowhref =http://zope.vex.net/~mcfletch/plumbing/target =_ blank> http://zope.vex.net/~mcfletch/plumbing/


For Win32, PythonWin (though it doesn''t have what I think you''re
thinking of as a "source browser"). For Linux, Eric3 (make sure to get
the latest release, Gentoo, at least, has an old one as "stable"), which
is probably what you want (since you mention the KDE editor Kate).
SciTe is also popular, but it''s a bare-bones editor, while Eric is an
all-singing-all-dancing IDE. Finally, though I''ve not tried it, Eclipse
apparently has some Python plugins somewhere.

Have fun,
Mike

________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://members.rogers.com/mcfletch/
blog: http://zope.vex.net/~mcfletch/plumbing/


2004年7月14日星期三,Mike C. Fletcher写道:
On Wed, 14 Jul 2004, Mike C. Fletcher wrote:
对于Win32,PythonWin(虽然它没有我认为你认为是源浏览器的东西。
For Win32, PythonWin (though it doesn''t have what I think you''re
thinking of as a "source browser").




实际上,它确实是(工具) - >浏览器,工具 - >浏览PythonPath)。它甚至还有内置的COM浏览(至少在ActiveState版本中,不确定

其他)。漂亮的东西!


另外,pydoc应该足以满足大多数源浏览的需求。需要:pydoc -p 8080

(Windows上的python c:/python23/Lib/pydoc.py -p 8080)将在localhost上启动HTTP

服务器:8080你可以用于模块浏览(甚至是你自己的

类)。 pydoc -g也会这样做,但也会弹出一个漂亮的小b / b
搜索窗口。



Actually, it does (Tools->Browser, Tools->Browse PythonPath). It even has
COM browsing built in (at least in the ActiveState version, unsure about
the others). Nifty stuff!

Also, pydoc should suffice for most "source browsing" needs: pydoc -p 8080
(python c:/python23/Lib/pydoc.py -p 8080 on Windows) will start an HTTP
server on localhost:8080 you can use for module browsing (even of your own
classes). pydoc -g will do the same, but also pop up a nifty little
search window.


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

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