i*****f 发帖数: 578 | 1 【 以下文字转载自 Linux 讨论区 】
发信人: icewolf (好好活), 信区: Linux
标 题: 欢迎加入俱乐部python
发信站: BBS 未名空间站 (Tue Feb 2 14:19:32 2010, 美东)
创建了个俱乐部python
创建这个俱乐部的初衷是希望为广大python粉丝们提供一个交流的平台,平日里遇到的
难题,新近学到的心得,最近想做的project,都可以在这里讨论.我也会不定期发布一些
python的学习资料,组织一些话题共大家探讨.
无需权限,可直接加入!
谢谢捧场! | a**a 发帖数: 416 | 2 Nice. Can you add me?
【在 i*****f 的大作中提到】 : 【 以下文字转载自 Linux 讨论区 】 : 发信人: icewolf (好好活), 信区: Linux : 标 题: 欢迎加入俱乐部python : 发信站: BBS 未名空间站 (Tue Feb 2 14:19:32 2010, 美东) : 创建了个俱乐部python : 创建这个俱乐部的初衷是希望为广大python粉丝们提供一个交流的平台,平日里遇到的 : 难题,新近学到的心得,最近想做的project,都可以在这里讨论.我也会不定期发布一些 : python的学习资料,组织一些话题共大家探讨. : 无需权限,可直接加入! : 谢谢捧场!
| i*****f 发帖数: 578 | 3 可以直接加入
【在 a**a 的大作中提到】 : Nice. Can you add me?
| d*******1 发帖数: 854 | 4 有R俱乐部吗?
【在 i*****f 的大作中提到】 : 可以直接加入
| e*******e 发帖数: 1837 | 5 顶.
顺路问一下,python有好的免费Linux IDE么?
【在 i*****f 的大作中提到】 : 可以直接加入
| i*****f 发帖数: 578 | 6 thx!
I myself use vim. If you prefer an IDE, you could first try IDLE, which coms
with the official python distribution. it is written in TKinter, running
everywhere. Syntax highlighting, debugging, intellisense, etc.
it looks like this:
http://en.wikipedia.org/wiki/IDLE_(Python)
【在 e*******e 的大作中提到】 : 顶. : 顺路问一下,python有好的免费Linux IDE么?
| e*******e 发帖数: 1837 | 7 Thanks, will give it a try soon!
coms
【在 i*****f 的大作中提到】 : thx! : I myself use vim. If you prefer an IDE, you could first try IDLE, which coms : with the official python distribution. it is written in TKinter, running : everywhere. Syntax highlighting, debugging, intellisense, etc. : it looks like this: : http://en.wikipedia.org/wiki/IDLE_(Python)
| i*****f 发帖数: 578 | 8 or you could try Eric IDE, which looks fancier (build on Qt). It should be
trivial to install on *nix, but it obviously takes some effort to install on
windows.
http://eric-ide.python-projects.org/eric-screenshots.html
【在 e*******e 的大作中提到】 : Thanks, will give it a try soon! : : coms
| e*******e 发帖数: 1837 | 9 试了试IDLE,感觉比较简单.好像在editor里不能逐行执行.不太知道怎么看载入的
Module里的内容.
那个Eric IDE 看起来很好,不过需要的东西除了Python版本都不够新.:-( 等有功夫再
折腾吧.
coms
【在 i*****f 的大作中提到】 : thx! : I myself use vim. If you prefer an IDE, you could first try IDLE, which coms : with the official python distribution. it is written in TKinter, running : everywhere. Syntax highlighting, debugging, intellisense, etc. : it looks like this: : http://en.wikipedia.org/wiki/IDLE_(Python)
| i*****f 发帖数: 578 | 10 editor里可以设置break point的我记得
【在 e*******e 的大作中提到】 : 试了试IDLE,感觉比较简单.好像在editor里不能逐行执行.不太知道怎么看载入的 : Module里的内容. : 那个Eric IDE 看起来很好,不过需要的东西除了Python版本都不够新.:-( 等有功夫再 : 折腾吧. : : coms
| g*****g 发帖数: 34805 | 11 Eclipse + python plugin? |
|