由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 欢迎加入俱乐部python
相关主题
Python 缩进的syntaxMAC 下面 python 编程用什么IDE?
请问:中学里学习Python,都用什么IDE?请推荐一个小巧的,谢谢!Do you like perl style?
谁能说说Perl, Python, Tcl各自的优缺点?主要应用场合?perl to html
Python is easy and not easyPython里面为什么range(0,5)不用0:5来表示?
why I can not import Tkinter?Think Python
python怎么实现这样的功能?让别人上传文件然后后台处理给出结果,最好能online做python这种垃圾为什么会盛行??????
如何快速学习R或Python这类开源类语言的加盟包?python 本来就是个烂语言,早晚崩盘。
大家用python GUI编程的时候都是用tkinter吗?学了这么多语言发现还是coffeescript最好用
相关话题的讨论汇总
话题: python话题: ide话题: coms话题: 俱乐部话题: try
进入Programming版参与讨论
1 (共1页)
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?
1 (共1页)
进入Programming版参与讨论
相关主题
学了这么多语言发现还是coffeescript最好用why I can not import Tkinter?
有什么课是用PYTHON 语言讲算法的? (转载)python怎么实现这样的功能?让别人上传文件然后后台处理给出结果,最好能online做
要学python了 有点不爽啊如何快速学习R或Python这类开源类语言的加盟包?
微软的visual studio code真心不错大家用python GUI编程的时候都是用tkinter吗?
Python 缩进的syntaxMAC 下面 python 编程用什么IDE?
请问:中学里学习Python,都用什么IDE?请推荐一个小巧的,谢谢!Do you like perl style?
谁能说说Perl, Python, Tcl各自的优缺点?主要应用场合?perl to html
Python is easy and not easyPython里面为什么range(0,5)不用0:5来表示?
相关话题的讨论汇总
话题: python话题: ide话题: coms话题: 俱乐部话题: try