boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Python IDLE的一个问题
相关主题
大侠们说说C(C++)或Fortran比较Matlab到底优点在哪儿?
请问Python初学者怎么学
python3还是python?
python有什么类似Rstudio或者matlab的IDE吗?
打算学python,求推荐editor!
请问:中学里学习Python,都用什么IDE?请推荐一个小巧的,谢谢!
python, pickle
几个Python的小问题
Scripting language的几个问题
并行程序能做到不用专门写么?
相关话题的讨论汇总
话题: python话题: idle话题: ipython话题: 提示框
进入Programming版参与讨论
1 (共1页)
s****h
发帖数: 921
1
使用Python IDLE,在显示一些输入提示时候容易死掉.
比如输入scipy.
这个时候会出现scipy的很多函数的提示框,用键盘可以在提示框里上下移动进行选择.
这个时候非常容易死掉.
a**a
发帖数: 416
2
推荐使用ulipad。也算是支持国人少有的好软件作品。

【在 s****h 的大作中提到】
: 使用Python IDLE,在显示一些输入提示时候容易死掉.
: 比如输入scipy.
: 这个时候会出现scipy的很多函数的提示框,用键盘可以在提示框里上下移动进行选择.
: 这个时候非常容易死掉.

s****h
发帖数: 921
3
我来试试

【在 a**a 的大作中提到】
: 推荐使用ulipad。也算是支持国人少有的好软件作品。
r****t
发帖数: 10904
4
没见有人用IDLE, 用IPython的比较多。

【在 s****h 的大作中提到】
: 使用Python IDLE,在显示一些输入提示时候容易死掉.
: 比如输入scipy.
: 这个时候会出现scipy的很多函数的提示框,用键盘可以在提示框里上下移动进行选择.
: 这个时候非常容易死掉.

h***z
发帖数: 233
5
ipython is very nice. How come it's not part of the standard python distribution yet?

【在 r****t 的大作中提到】
: 没见有人用IDLE, 用IPython的比较多。
r****t
发帖数: 10904
6
Guido prefers the plain python shell. IPython puts too much emphasis on
interactive use, you know, with sacrifice on some performance, i guess.

distribution yet?

【在 h***z 的大作中提到】
: ipython is very nice. How come it's not part of the standard python distribution yet?
1 (共1页)
进入Programming版参与讨论
相关主题
并行程序能做到不用专门写么?
I love F# (转载)
初级问题:Python怎么指代上一个命令的输出 (转载)
很沮丧地问一个非常土的python问题
怎么检查python的call hierarchy啊?
用emacs运行python script
can python replace matlab ?
2012 Free Software Awards granted to the creator of IPython
ipython太傻逼了 if version < '4.7': raise error
写脚本真麻烦
相关话题的讨论汇总
话题: python话题: idle话题: ipython话题: 提示框