V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
crny520
V2EX  ›  Python

大家都用什么编辑器写Python?

  •  
  •   crny520 · Sep 22, 2012 · 13012 views
    This topic created in 4978 days ago, the information mentioned may be changed or developed.
    34 replies    1970-01-01 08:00:00 +08:00
    humiaozuzu
        1
    humiaozuzu  
       Sep 22, 2012
    IDE推荐pycharm,学生或开源项目可以申请到免费的license
    vim的话可以试试这个 http://www.v2ex.com/t/47850
    crny520
        2
    crny520  
    OP
       Sep 22, 2012
    @humiaozuzu win7下用的呢?
    harryxu
        3
    harryxu  
       Sep 22, 2012
    pycharm 和 vim在win7下不都能用么
    skyleft
        4
    skyleft  
       Sep 22, 2012
    pycharm好用,但是卡
    lZl
        5
    lZl  
       Sep 22, 2012
    月经贴
    clino
        6
    clino  
       Sep 22, 2012
    ulipad,跨平台,只要装个 wxpython 包就能用了
    crny520
        7
    crny520  
    OP
       Sep 22, 2012
    @clino :P谢谢。。。
    yetone
        8
    yetone  
       Sep 22, 2012
    先移到月经贴节点,然后我再偷偷告诉你,我用 Vim
    loading
        9
    loading  
       Sep 22, 2012
    notepad++ at winXp
    sublime text2 at Mac
    meteor
        10
    meteor  
       Sep 22, 2012
    asoncheng
        11
    asoncheng  
       Sep 22, 2012
    想用sublime text2,在Win下总是乱码,各种纠结。最后只选择两样:
    1、大工程用Eclipse;
    2、普通的文件UltraEdit直接搞定;
    IDE毕竟不是主要的,看你工程的大小和使用的操作系统,灵活选择就可以了。

    开源免费的话,Win下,Eclipse,Notepad++算是不错了。
    linux下,vim,eclipse都是首选。
    stackpop
        12
    stackpop  
       Sep 22, 2012
    @asoncheng 从来没碰到过你说的情况。我也是windows 7下用sublime text2
    yinsigan
        13
    yinsigan  
       Sep 22, 2012
    又说编辑器啊。。
    asoncheng
        14
    asoncheng  
       Sep 22, 2012
    @stackpop 是啊,我也觉得奇怪,Windows7下使用输出的时候,总是“can not decode utf8”,经过长时间的排查,解决,Google,修改build文件都无法搞定。
    现在直接UE下用的也非常爽。
    zxy
        15
    zxy  
       Sep 22, 2012
    @asoncheng 你说的应该是windows默认的编码问题吧
    mckelvin
        16
    mckelvin  
       Sep 22, 2012
    都是开发机上手写的,VIM 。看到公司有人也用PyCharm
    asoncheng
        17
    asoncheng  
       Sep 22, 2012
    @zxy 默认应该都是GBK(cp936)的,但sublime 默认输出的是utf8,修改贵python-build的输出编码,仍旧不行;在cmd中直接执行就可以,估计是cmd输出内容解析的时候存在问题。
    loading
        18
    loading  
       Sep 22, 2012
    @asoncheng 点歪了。。。
    import sys
    reload sys
    然后重设一次编码,手机回,代码忘了。。。
    asoncheng
        19
    asoncheng  
       Sep 22, 2012
    @loading
    [Decode error - output not utf-8]
    这个错搞很久了,于是转了。
    现在UE和Eclipse也很不错哈。
    regent
        20
    regent  
       Sep 22, 2012
    @clino 这个的确还可以,而且是国产开源作品
    ywencn
        21
    ywencn  
       Sep 22, 2012
    不要意思搭个车,招python http://v2ex.com/t/41374
    另外我是用textmate,额
    eric_q
        22
    eric_q  
       Sep 23, 2012
    sublime text2 转 vim 了
    yaotian
        23
    yaotian  
       Sep 23, 2012
    其实还是eclipse好用,+ sublime
    davidx
        24
    davidx  
       Sep 23, 2012
    @asoncheng 设定运行结果的编码就可以了...win下默认不是utf-8, 可是sublime默认是utf-8, 所以出错了
    ling0322
        25
    ling0322  
       Sep 24, 2012
    eclipse (严重的IDE依赖症患者
    c4pt0r
        26
    c4pt0r  
       Sep 24, 2012   ❤️ 1
    vi转sublime text2
    flycn1985
        27
    flycn1985  
       Sep 25, 2012
    vim...
    xi4nyu
        28
    xi4nyu  
       Sep 25, 2012
    一直Emacs
    flyingkid
        29
    flyingkid  
       Sep 25, 2012
    intype
    somethin
        30
    somethin  
       Sep 25, 2012
    emacs
    funagi
        31
    funagi  
       Sep 25, 2012
    历程: IDLE → Eclipse + PyDev → PyCharm
    mozartgho
        32
    mozartgho  
       Sep 27, 2012
    notepad++
    Parallel
        33
    Parallel  
       Sep 27, 2012
    同上。
    watercubemio
        34
    watercubemio  
       Sep 27, 2012
    用emacs或vim吧
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3030 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 98ms · UTC 09:33 · PVG 17:33 · LAX 02:33 · JFK 05:33
    ♥ Do have faith in what you're doing.