e*******e 发帖数: 1837 | 1 恭喜开版.用Matlab用顺手了,如果python有好的IDE感觉学起来会更快.
好答案有包子.:-) |
i*****f 发帖数: 578 | 2 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 的大作中提到】 : 恭喜开版.用Matlab用顺手了,如果python有好的IDE感觉学起来会更快. : 好答案有包子.:-)
|
b****j 发帖数: 78 | 3 scipy:
http://www.scipy.org/
【在 e*******e 的大作中提到】 : 恭喜开版.用Matlab用顺手了,如果python有好的IDE感觉学起来会更快. : 好答案有包子.:-)
|
i*****f 发帖数: 578 | 4 人家在问IDE阿
【在 b****j 的大作中提到】 : scipy: : http://www.scipy.org/
|
m********o 发帖数: 129 | 5 eclipse+pydev
netbeans
【在 e*******e 的大作中提到】 : 恭喜开版.用Matlab用顺手了,如果python有好的IDE感觉学起来会更快. : 好答案有包子.:-)
|
b****j 发帖数: 78 | 6 Matlab算IDE吗?
scipy算是和Matlab比较类似了。。。
【在 i*****f 的大作中提到】 : 人家在问IDE阿
|
e*******e 发帖数: 1837 | 7 IDE是Matlab的卖点吧。。。
【在 b****j 的大作中提到】 : Matlab算IDE吗? : scipy算是和Matlab比较类似了。。。
|
e*******e 发帖数: 1837 | 8 谢谢,刚安装了netbeans。看起来要学习一下怎么用。
【在 m********o 的大作中提到】 : eclipse+pydev : netbeans
|
i*****f 发帖数: 578 | 9 其实我个人觉得一个好的IDE对于初学语言是非常不利的. 因为IDE封装了很多你本该知
道的东西。例如compiling & linking, debugging.当然python没有前两个过程。
【在 e*******e 的大作中提到】 : 谢谢,刚安装了netbeans。看起来要学习一下怎么用。
|
r*******n 发帖数: 3020 | 10 I like SPE IDE more.
http://pythonide.blogspot.com/2007/02/how-to-download-latest-spe-from_26.html
Actually I often use Vim with a few plugins,
the following link is how to configure your own IDE in Vim.
http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx
If you aren't going to be a professional programmer, I don't
think it's a good idea to use Vim.
【在 e*******e 的大作中提到】 : 恭喜开版.用Matlab用顺手了,如果python有好的IDE感觉学起来会更快. : 好答案有包子.:-)
|
|
|
i*****f 发帖数: 578 | 11 Yes, I also want to share an article about using Vim as Python IDE :)
http://blog.dispatched.ch/2009/05/24/vim-as-python-ide/
Learning Vim can be hard for most beginners, so, I agree: don't learn Vim
just because you need to learn programming. But, if you are gonna do a lot
of coding stuff, it'll worth the time you paid for learning VIM :)
from_26.html
【在 r*******n 的大作中提到】 : I like SPE IDE more. : http://pythonide.blogspot.com/2007/02/how-to-download-latest-spe-from_26.html : Actually I often use Vim with a few plugins, : the following link is how to configure your own IDE in Vim. : http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx : If you aren't going to be a professional programmer, I don't : think it's a good idea to use Vim.
|
m********o 发帖数: 129 | 12 学东西就vi编辑命令行编译执行
干活还是IDE来得快啊
【在 i*****f 的大作中提到】 : 其实我个人觉得一个好的IDE对于初学语言是非常不利的. 因为IDE封装了很多你本该知 : 道的东西。例如compiling & linking, debugging.当然python没有前两个过程。
|
e*******e 发帖数: 1837 | 13 谢谢指点,VIM看起来很清楚的样子。回来试试。
【在 r*******n 的大作中提到】 : I like SPE IDE more. : http://pythonide.blogspot.com/2007/02/how-to-download-latest-spe-from_26.html : Actually I often use Vim with a few plugins, : the following link is how to configure your own IDE in Vim. : http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx : If you aren't going to be a professional programmer, I don't : think it's a good idea to use Vim.
|
e*******e 发帖数: 1837 | 14 我还是用过一段VI的,简单的命令还知道。不过后来用上MatLab基本所有的活都在
Matlab里面干了。
我学编程其实是赶鸭子上架,连半吊子都没有。都是做数据分析时用到了什么没办法了
才学。像这次学Python也是因为要用的一个软件是个Python Module,只有懂一点Python
才能用。
【在 i*****f 的大作中提到】 : Yes, I also want to share an article about using Vim as Python IDE :) : http://blog.dispatched.ch/2009/05/24/vim-as-python-ide/ : Learning Vim can be hard for most beginners, so, I agree: don't learn Vim : just because you need to learn programming. But, if you are gonna do a lot : of coding stuff, it'll worth the time you paid for learning VIM :) : : from_26.html
|
e*******e 发帖数: 1837 | 15 没错没错,我就是被matlab惯坏了,variable, module, function一目了然,可以实时
逐行执行,特适合我这种coding by trial的懒人。
【在 m********o 的大作中提到】 : 学东西就vi编辑命令行编译执行 : 干活还是IDE来得快啊
|
s*********l 发帖数: 103 | 16 Do you use IPython?
【在 e*******e 的大作中提到】 : 没错没错,我就是被matlab惯坏了,variable, module, function一目了然,可以实时 : 逐行执行,特适合我这种coding by trial的懒人。
|
i*****f 发帖数: 578 | 17 握手握手!!!
ipython is a better python shell
【在 s*********l 的大作中提到】 : Do you use IPython?
|
i*****f 发帖数: 578 | 18 vim设置过后可以满足IDE的需要,干活还是挺快的。个人习惯把。
vi太原始了
【在 m********o 的大作中提到】 : 学东西就vi编辑命令行编译执行 : 干活还是IDE来得快啊
|
s*********l 发帖数: 103 | 19 I use vim too. //hand
You may take a look at Ulipad.
http://code.google.com/p/ulipad/
Ulipad's author, limodou, is one of the most respected programmers in
Chinese python community.
There is another one called pyscripter
http://code.google.com/p/pyscripter/
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)
|
e*******e 发帖数: 1837 | 20 IPython is the first one I tried. It's very easy to use, but I also want a
side window showing current variables/modules, and a integrated editor in
addition to the shell that can be used to typing code, debugging. So it wasn
't quite what I need.
【在 s*********l 的大作中提到】 : Do you use IPython?
|
|
|
s*********l 发帖数: 103 | 21 Is this close to what you need?
wasn
【在 e*******e 的大作中提到】 : IPython is the first one I tried. It's very easy to use, but I also want a : side window showing current variables/modules, and a integrated editor in : addition to the shell that can be used to typing code, debugging. So it wasn : 't quite what I need.
|
s*********l 发帖数: 103 | 22
wasn
According to my experience, the more you code in Python, the less you need
those you mentioned.
【在 e*******e 的大作中提到】 : IPython is the first one I tried. It's very easy to use, but I also want a : side window showing current variables/modules, and a integrated editor in : addition to the shell that can be used to typing code, debugging. So it wasn : 't quite what I need.
|
i*****f 发帖数: 578 | 23 I agree with spellscroll.
1. use a text editor to input codes.
2. use python yourcode.py to run it.
3. use python -m pdb yourcode.py to debug it.
that'll be essentially everything you need to learn Python (or programming).
don't let a stupid IDE spoil you :)
wasn
【在 e*******e 的大作中提到】 : IPython is the first one I tried. It's very easy to use, but I also want a : side window showing current variables/modules, and a integrated editor in : addition to the shell that can be used to typing code, debugging. So it wasn : 't quite what I need.
|
e*******e 发帖数: 1837 | 24 Looks nice.Windows only?
【在 s*********l 的大作中提到】 : Is this close to what you need? : : wasn
|
e*******e 发帖数: 1837 | 25 呵呵,主要就是懒.只要写出程序得到我想要的结果就完了.写的东西基本都是一次性的,
所以也没什么动力好好学一种语言. :-(
).
【在 i*****f 的大作中提到】 : I agree with spellscroll. : 1. use a text editor to input codes. : 2. use python yourcode.py to run it. : 3. use python -m pdb yourcode.py to debug it. : that'll be essentially everything you need to learn Python (or programming). : don't let a stupid IDE spoil you :) : : wasn
|
S***w 发帖数: 1014 | |
i*****f 发帖数: 578 | 27 is it the free one with simpler functionalities or the one with full
features?
【在 S***w 的大作中提到】 : Komodo edit : 非常号
|
S***w 发帖数: 1014 | 28 可以代码补全
函数提示,函数功能说明
【在 i*****f 的大作中提到】 : is it the free one with simpler functionalities or the one with full : features?
|
i*****f 发帖数: 578 | 29 free (free of charge) or not?
【在 S***w 的大作中提到】 : 可以代码补全 : 函数提示,函数功能说明
|
S***w 发帖数: 1014 | 30 Free only Edit
【在 i*****f 的大作中提到】 : free (free of charge) or not?
|
|
|
e*******e 发帖数: 1837 | 31 恭喜开版.用Matlab用顺手了,如果python有好的IDE感觉学起来会更快.
好答案有包子.:-) |
i*****f 发帖数: 578 | 32 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 的大作中提到】 : 恭喜开版.用Matlab用顺手了,如果python有好的IDE感觉学起来会更快. : 好答案有包子.:-)
|
b****j 发帖数: 78 | 33 scipy:
http://www.scipy.org/
【在 e*******e 的大作中提到】 : 恭喜开版.用Matlab用顺手了,如果python有好的IDE感觉学起来会更快. : 好答案有包子.:-)
|
i*****f 发帖数: 578 | 34 人家在问IDE阿
【在 b****j 的大作中提到】 : scipy: : http://www.scipy.org/
|
m********o 发帖数: 129 | 35 eclipse+pydev
netbeans
【在 e*******e 的大作中提到】 : 恭喜开版.用Matlab用顺手了,如果python有好的IDE感觉学起来会更快. : 好答案有包子.:-)
|
b****j 发帖数: 78 | 36 Matlab算IDE吗?
scipy算是和Matlab比较类似了。。。
【在 i*****f 的大作中提到】 : 人家在问IDE阿
|
e*******e 发帖数: 1837 | 37 IDE是Matlab的卖点吧。。。
【在 b****j 的大作中提到】 : Matlab算IDE吗? : scipy算是和Matlab比较类似了。。。
|
e*******e 发帖数: 1837 | 38 谢谢,刚安装了netbeans。看起来要学习一下怎么用。
【在 m********o 的大作中提到】 : eclipse+pydev : netbeans
|
i*****f 发帖数: 578 | 39 其实我个人觉得一个好的IDE对于初学语言是非常不利的. 因为IDE封装了很多你本该知
道的东西。例如compiling & linking, debugging.当然python没有前两个过程。
【在 e*******e 的大作中提到】 : 谢谢,刚安装了netbeans。看起来要学习一下怎么用。
|
r*******n 发帖数: 3020 | 40 I like SPE IDE more.
http://pythonide.blogspot.com/2007/02/how-to-download-latest-sp
Actually I often use Vim with a few plugins,
the following link is how to configure your own IDE in Vim.
http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx
If you aren't going to be a professional programmer, I don't
think it's a good idea to use Vim.
【在 e*******e 的大作中提到】 : 恭喜开版.用Matlab用顺手了,如果python有好的IDE感觉学起来会更快. : 好答案有包子.:-)
|
|
|
i*****f 发帖数: 578 | 41 Yes, I also want to share an article about using Vim as Python IDE :)
http://blog.dispatched.ch/2009/05/24/vim-as-python-ide/
Learning Vim can be hard for most beginners, so, I agree: don't learn Vim
just because you need to learn programming. But, if you are gonna do a lot
of coding stuff, it'll worth the time you paid for learning VIM :)
from_26.html
【在 r*******n 的大作中提到】 : I like SPE IDE more. : http://pythonide.blogspot.com/2007/02/how-to-download-latest-sp : Actually I often use Vim with a few plugins, : the following link is how to configure your own IDE in Vim. : http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx : If you aren't going to be a professional programmer, I don't : think it's a good idea to use Vim.
|
m********o 发帖数: 129 | 42 学东西就vi编辑命令行编译执行
干活还是IDE来得快啊
【在 i*****f 的大作中提到】 : 其实我个人觉得一个好的IDE对于初学语言是非常不利的. 因为IDE封装了很多你本该知 : 道的东西。例如compiling & linking, debugging.当然python没有前两个过程。
|
e*******e 发帖数: 1837 | 43 谢谢指点,VIM看起来很清楚的样子。回来试试。
【在 r*******n 的大作中提到】 : I like SPE IDE more. : http://pythonide.blogspot.com/2007/02/how-to-download-latest-sp : Actually I often use Vim with a few plugins, : the following link is how to configure your own IDE in Vim. : http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx : If you aren't going to be a professional programmer, I don't : think it's a good idea to use Vim.
|
e*******e 发帖数: 1837 | 44 我还是用过一段VI的,简单的命令还知道。不过后来用上MatLab基本所有的活都在
Matlab里面干了。
我学编程其实是赶鸭子上架,连半吊子都没有。都是做数据分析时用到了什么没办法了
才学。像这次学Python也是因为要用的一个软件是个Python Module,只有懂一点Python
才能用。
【在 i*****f 的大作中提到】 : Yes, I also want to share an article about using Vim as Python IDE :) : http://blog.dispatched.ch/2009/05/24/vim-as-python-ide/ : Learning Vim can be hard for most beginners, so, I agree: don't learn Vim : just because you need to learn programming. But, if you are gonna do a lot : of coding stuff, it'll worth the time you paid for learning VIM :) : : from_26.html
|
e*******e 发帖数: 1837 | 45 没错没错,我就是被matlab惯坏了,variable, module, function一目了然,可以实时
逐行执行,特适合我这种coding by trial的懒人。
【在 m********o 的大作中提到】 : 学东西就vi编辑命令行编译执行 : 干活还是IDE来得快啊
|
s*********l 发帖数: 103 | 46 Do you use IPython?
【在 e*******e 的大作中提到】 : 没错没错,我就是被matlab惯坏了,variable, module, function一目了然,可以实时 : 逐行执行,特适合我这种coding by trial的懒人。
|
i*****f 发帖数: 578 | 47 握手握手!!!
ipython is a better python shell
【在 s*********l 的大作中提到】 : Do you use IPython?
|
i*****f 发帖数: 578 | 48 vim设置过后可以满足IDE的需要,干活还是挺快的。个人习惯把。
vi太原始了
【在 m********o 的大作中提到】 : 学东西就vi编辑命令行编译执行 : 干活还是IDE来得快啊
|
s*********l 发帖数: 103 | 49 I use vim too. //hand
You may take a look at Ulipad.
http://code.google.com/p/ulipad/
Ulipad's author, limodou, is one of the most respected programmers in
Chinese python community.
There is another one called pyscripter
http://code.google.com/p/pyscripter/
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)
|
e*******e 发帖数: 1837 | 50 IPython is the first one I tried. It's very easy to use, but I also want a
side window showing current variables/modules, and a integrated editor in
addition to the shell that can be used to typing code, debugging. So it wasn
't quite what I need.
【在 s*********l 的大作中提到】 : Do you use IPython?
|
|
|
s*********l 发帖数: 103 | 51 Is this close to what you need?
wasn
【在 e*******e 的大作中提到】 : IPython is the first one I tried. It's very easy to use, but I also want a : side window showing current variables/modules, and a integrated editor in : addition to the shell that can be used to typing code, debugging. So it wasn : 't quite what I need.
|
s*********l 发帖数: 103 | 52
wasn
According to my experience, the more you code in Python, the less you need
those you mentioned.
【在 e*******e 的大作中提到】 : IPython is the first one I tried. It's very easy to use, but I also want a : side window showing current variables/modules, and a integrated editor in : addition to the shell that can be used to typing code, debugging. So it wasn : 't quite what I need.
|
i*****f 发帖数: 578 | 53 I agree with spellscroll.
1. use a text editor to input codes.
2. use python yourcode.py to run it.
3. use python -m pdb yourcode.py to debug it.
that'll be essentially everything you need to learn Python (or programming).
don't let a stupid IDE spoil you :)
wasn
【在 e*******e 的大作中提到】 : IPython is the first one I tried. It's very easy to use, but I also want a : side window showing current variables/modules, and a integrated editor in : addition to the shell that can be used to typing code, debugging. So it wasn : 't quite what I need.
|
e*******e 发帖数: 1837 | 54 Looks nice.Windows only?
【在 s*********l 的大作中提到】 : Is this close to what you need? : : wasn
|
e*******e 发帖数: 1837 | 55 呵呵,主要就是懒.只要写出程序得到我想要的结果就完了.写的东西基本都是一次性的,
所以也没什么动力好好学一种语言. :-(
).
【在 i*****f 的大作中提到】 : I agree with spellscroll. : 1. use a text editor to input codes. : 2. use python yourcode.py to run it. : 3. use python -m pdb yourcode.py to debug it. : that'll be essentially everything you need to learn Python (or programming). : don't let a stupid IDE spoil you :) : : wasn
|
S***w 发帖数: 1014 | |
i*****f 发帖数: 578 | 57 is it the free one with simpler functionalities or the one with full
features?
【在 S***w 的大作中提到】 : Komodo edit : 非常号
|
S***w 发帖数: 1014 | 58 可以代码补全
函数提示,函数功能说明
【在 i*****f 的大作中提到】 : is it the free one with simpler functionalities or the one with full : features?
|
i*****f 发帖数: 578 | 59 free (free of charge) or not?
【在 S***w 的大作中提到】 : 可以代码补全 : 函数提示,函数功能说明
|
S***w 发帖数: 1014 | 60 Free only Edit
【在 i*****f 的大作中提到】 : free (free of charge) or not?
|
|
|
l********a 发帖数: 1154 | 61
windows下绝对推荐wing ide
linux下好几个选择,命令行用ipython替代IDLE
编辑器弄geany,配置下一键编译就行
你要是geek,vim+pydiction也行
【在 e*******e 的大作中提到】 : 没错没错,我就是被matlab惯坏了,variable, module, function一目了然,可以实时 : 逐行执行,特适合我这种coding by trial的懒人。
|
l********a 发帖数: 1154 | 62
windows下绝对推荐wing ide
linux下好几个选择,命令行用ipython替代IDLE
编辑器弄geany,配置下一键编译就行
你要是geek,vim+pydiction也行
【在 e*******e 的大作中提到】 : 没错没错,我就是被matlab惯坏了,variable, module, function一目了然,可以实时 : 逐行执行,特适合我这种coding by trial的懒人。
|
e*******e 发帖数: 1837 | 63 Geany looks very nice! Thanks!
【在 l********a 的大作中提到】 : : windows下绝对推荐wing ide : linux下好几个选择,命令行用ipython替代IDLE : 编辑器弄geany,配置下一键编译就行 : 你要是geek,vim+pydiction也行
|
m*****o 发帖数: 6598 | |
e*******e 发帖数: 1837 | 65 Geany looks very nice! Thanks!
【在 l********a 的大作中提到】 : : windows下绝对推荐wing ide : linux下好几个选择,命令行用ipython替代IDLE : 编辑器弄geany,配置下一键编译就行 : 你要是geek,vim+pydiction也行
|
m*****o 发帖数: 6598 | |
m*********e 发帖数: 55 | 67 这个对Python语言不可能做的很好。因为duck typing
【在 S***w 的大作中提到】 : 可以代码补全 : 函数提示,函数功能说明
|
l********a 发帖数: 1154 | 68
wing IDE真的很好用,我觉得就算是python的vs级别了
不过python的GUI程序目前还没有比得上vs的
【在 m*********e 的大作中提到】 : 这个对Python语言不可能做的很好。因为duck typing
|
b*****d 发帖数: 7166 | |
c*******y 发帖数: 1630 | 70 Eric, nothing better, or spyder if you like something matlab like. |
|
|
p**z 发帖数: 65 | 71 For IDE,如果以前用Matlab的强力推荐 Spyder(或者叫SpyderLib)。各个操作系统
都可以跑,在Ubuntu下面直接到Software Centre去搜索即可。
http://code.google.com/p/spyderlib/
另外,涵盖Matlab基本功能的Python + packages 推荐用 Enthought Python
Distribution (EPD)。 免费版一个安装包包括Python 2.7, NumPy, SciPy,
Matplotlib等。付费版(有教育.edu地址可以免费得到)有100多个科技计算常用包及
针对Intel CPU linear algebra的优化,计算速度不逊于Matlab。各个操作系统都可以
跑。
http://www.enthought.com/ |