V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
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 · 2012-09-22 10:52:43 +08:00 · 11915 次点击
    这是一个创建于 4239 天前的主题,其中的信息可能已经有所发展或是发生改变。
    34 条回复    1970-01-01 08:00:00 +08:00
    humiaozuzu
        1
    humiaozuzu  
       2012-09-22 10:58:35 +08:00
    IDE推荐pycharm,学生或开源项目可以申请到免费的license
    vim的话可以试试这个 http://www.v2ex.com/t/47850
    crny520
        2
    crny520  
    OP
       2012-09-22 11:06:01 +08:00
    @humiaozuzu win7下用的呢?
    harryxu
        3
    harryxu  
       2012-09-22 11:28:56 +08:00
    pycharm 和 vim在win7下不都能用么
    skyleft
        4
    skyleft  
       2012-09-22 12:19:00 +08:00
    pycharm好用,但是卡
    lZl
        5
    lZl  
       2012-09-22 13:14:15 +08:00
    月经贴
    clino
        6
    clino  
       2012-09-22 15:35:53 +08:00
    ulipad,跨平台,只要装个 wxpython 包就能用了
    crny520
        7
    crny520  
    OP
       2012-09-22 15:41:27 +08:00
    @clino :P谢谢。。。
    yetone
        8
    yetone  
       2012-09-22 16:17:00 +08:00
    先移到月经贴节点,然后我再偷偷告诉你,我用 Vim
    loading
        9
    loading  
       2012-09-22 16:33:53 +08:00
    notepad++ at winXp
    sublime text2 at Mac
    meteor
        10
    meteor  
       2012-09-22 17:03:51 +08:00
    asoncheng
        11
    asoncheng  
       2012-09-22 17:42:06 +08:00
    想用sublime text2,在Win下总是乱码,各种纠结。最后只选择两样:
    1、大工程用Eclipse;
    2、普通的文件UltraEdit直接搞定;
    IDE毕竟不是主要的,看你工程的大小和使用的操作系统,灵活选择就可以了。

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