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
sedgwickz
V2EX  ›  Python

Pythoner们,说说你写Python的工作环境是什么?

  •  
  •   sedgwickz · 2013-03-06 09:56:41 +08:00 · 9778 次点击
    这是一个创建于 4069 天前的主题,其中的信息可能已经有所发展或是发生改变。
    内容包括:使用的操作系统,编辑器,调试方法等,有个人作品也可以附上:)
    53 条回复    1970-01-01 08:00:00 +08:00
    sharkli
        1
    sharkli  
       2013-03-06 10:03:39 +08:00
    关注学习。我是业余选手,Mac OSX ,Sublime Text2.主要基于SAE。
    humiaozuzu
        2
    humiaozuzu  
       2013-03-06 10:10:37 +08:00   ❤️ 1
    OS: OS X 10.8.2 + Ubuntu/ArchLinux

    Editor:
    vim + Sublime Text2
    vim 配置用的这货 https://github.com/humiaozuzu/dot-vimrc

    调试方法:
    logging,debugger 貌似有好多年没碰过了,偶尔玩玩破解逆向的时候会用到(个人兴趣)
    feiandxs
        3
    feiandxs  
       2013-03-06 10:17:10 +08:00   ❤️ 2
    thedevil5032
        4
    thedevil5032  
       2013-03-06 10:18:49 +08:00 via iPad
    Linux(Gentoo,Arch) + Vim + + Python3 + logging. thedevil7@github
    sedgwickz
        5
    sedgwickz  
    OP
       2013-03-06 10:19:33 +08:00
    yyaadet
        6
    yyaadet  
       2013-03-06 12:45:36 +08:00
    lookhi
        7
    lookhi  
       2013-03-06 13:18:49 +08:00
    Linux + VIM + PDB
    reorx
        8
    reorx  
       2013-03-06 13:20:01 +08:00
    我写过一个 gist,关于我如何配置我的 Python Working Environment

    http://gist.github.com/reorx/4067217
    TankyWoo
        9
    TankyWoo  
       2013-03-06 13:28:18 +08:00
    Gentoo + vim + pdb/logging
    linnchord
        10
    linnchord  
       2013-03-06 13:57:50 +08:00
    MAC + PyCharm + Sublime Text
    amas
        11
    amas  
       2013-03-06 14:03:07 +08:00
    Archlinux + Emacs + python-mode + Pymacs + Rope + Ropemacs | debug=log 好些年没写了
    crossmaya
        12
    crossmaya  
       2013-03-06 14:08:03 +08:00
    archlinux + vim over!
    Cadina
        13
    Cadina  
       2013-03-06 14:27:23 +08:00
    OSX + Emacs + VirtualEnv
    liuxurong
        14
    liuxurong  
       2013-03-06 14:28:09 +08:00
    Win XP + Sublime Text
    wenbinwu
        15
    wenbinwu  
       2013-03-06 14:32:43 +08:00
    MAC + VIM (tmux)
    ithelloworld
        16
    ithelloworld  
       2013-03-06 14:37:58 +08:00
    Mac OS X + VirtualBox + CentOS + Vim + Emacs
    xwssole
        17
    xwssole  
       2013-03-06 14:55:38 +08:00
    Ubuntu+vim+virtuanenv, python需要调试么?
    zhuf
        18
    zhuf  
       2013-03-06 14:57:10 +08:00
    mac + mvim + sublime
    ajiex
        19
    ajiex  
       2013-03-06 15:33:36 +08:00
    Ubuntu+vim
    ddesign
        20
    ddesign  
       2013-03-06 15:49:55 +08:00
    PyCharm 非常爽中
    zhenghao0701
        21
    zhenghao0701  
       2013-03-06 15:52:14 +08:00
    Virtualenv + Mac OS X + Sublime Text 2 + PEP8 plugin

    pdb + logging
    Catstyle
        22
    Catstyle  
       2013-03-06 16:05:34 +08:00
    为什么我会喜欢eclipse+pydev
    我喜欢debug模式下单步...
    shiweifu
        23
    shiweifu  
       2013-03-06 16:31:36 +08:00
    OSX+PyCharm+macvim
    PeterD
        24
    PeterD  
       2013-03-06 17:08:40 +08:00
    archlinux + vim + sublimetext2 + logging
    Reset
        25
    Reset  
       2013-03-06 18:15:36 +08:00
    Win + IDLE + pdb
    aysi
        26
    aysi  
       2013-03-06 18:50:55 +08:00 via Android
    业余,主要用于系统管理和文本处理。
    gentoo,vim,print
    yuelang85
        27
    yuelang85  
       2013-03-06 19:22:02 +08:00   ❤️ 1
    mac+vim+print
    lch21
        28
    lch21  
       2013-03-06 19:49:03 +08:00
    emacs+ logging
    lztrey90
        29
    lztrey90  
       2013-03-06 22:31:19 +08:00
    OS X + PyCharm + MacVim + Sublime Text
    hanks315
        30
    hanks315  
       2013-03-06 22:49:23 +08:00
    OS X + PyCharm + Emacs + Vim
    pdb/logging
    VirturalEnv
    greatghoul
        31
    greatghoul  
       2013-03-06 23:10:50 +08:00
    ubuntu/windows xp/vim/gvim
    insraq
        32
    insraq  
       2013-03-07 00:18:01 +08:00
    PyCharm + Different OS
    wenbinwu
        33
    wenbinwu  
       2013-03-07 00:32:19 +08:00
    大概算了一下,mac和linux比win多太多,vim用户不少
    Ricepig
        34
    Ricepig  
       2013-03-07 01:10:01 +08:00
    windows+记事本,调试靠眼睛看,什么logging啊,debug啊都太低端。
    atempcode
        35
    atempcode  
       2013-03-07 07:11:06 +08:00 via Android
    windows + pycharm.
    zhouquanbest
        36
    zhouquanbest  
       2013-03-07 08:33:08 +08:00 via Android
    vim党这么多。。。
    arch+emacs
    ipconfiger
        37
    ipconfiger  
       2013-03-07 09:32:53 +08:00
    浏览器地址栏填入:data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/python");</script>

    开始写代码
    nervouna
        38
    nervouna  
       2013-03-07 09:37:19 +08:00
    业余选手,Mac Sublime Text。
    se77en
        39
    se77en  
       2013-03-07 14:52:23 +08:00
    PyCharm
    0bit
        40
    0bit  
       2013-03-07 15:42:11 +08:00
    PyCharm 爽!
    mazesoul
        41
    mazesoul  
       2013-03-07 17:52:40 +08:00
    MAC OS X&Ubuntu Aptana
    l0000
        42
    l0000  
       2013-03-07 18:22:32 +08:00
    刚开始学,win Sublime Text,ubuntu Vim
    genesislive
        43
    genesislive  
       2013-03-07 23:49:04 +08:00
    PyCharm 强大的IDE。
    hfcorriez
        44
    hfcorriez  
       2013-03-08 00:08:45 +08:00
    Mac + PyCharm
    jiazhoulvke
        45
    jiazhoulvke  
       2013-03-08 11:36:24 +08:00
    linuxmint 14 + gvim 7.3 + ipython
    huangzxx
        46
    huangzxx  
       2013-03-10 19:53:56 +08:00
    StartOS 64 + Gnome 3.6 + vim
    vimrc 这里:https://github.com/huangzx/vimrc
    limpid
        47
    limpid  
       2013-03-10 21:52:20 +08:00
    linux + vim + ipython or bpython
    muxi
        48
    muxi  
       2013-03-10 22:36:17 +08:00
    月经贴
    arthur8845
        49
    arthur8845  
       2013-03-11 13:21:52 +08:00
    ubuntu/arch + vim, 另外tilda + tmux是两把利器
    melaozhu
        50
    melaozhu  
       2013-03-14 12:00:59 +08:00
    Windows8 + Sublime Text => Vagrant + Virtualbox => Gentoo Linux + Vim
    ================ ============= ============
    local desktop local server

    github + xshell
    Sight4
        51
    Sight4  
       2013-03-14 12:51:37 +08:00
    win-->notepad++
    mac-->sublime text2
    linux-->nano or gedit(gnome)
    debug? print !!!
    clino
        52
    clino  
       2013-03-14 12:57:19 +08:00
    windows/linux -> 主要使用ulipad来编辑
    本来不想回,不过看到没有人提到ulipad还是来顶一下,呵呵
    SkyFvcker
        53
    SkyFvcker  
       2013-03-14 17:15:37 +08:00
    Gentoo + gVim..
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5251 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 05:48 · PVG 13:48 · LAX 22:48 · JFK 01:48
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.