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

能不能用交互式命令行为基础做个IDE?

  •  
  •   tioover ·
    tioover · 2014-01-25 17:23:54 +08:00 · 3832 次点击
    这是一个创建于 3737 天前的主题,其中的信息可能已经有所发展或是发生改变。
    Python 这种动态语言编辑器语法解析就是个悲剧,但是 IPython 就做得很好,因为 IPython 就是个命令行……

    如果做个像 IPython 这样的编辑器,语句一步一步执行,语句被改了就重新执行一遍,似乎代码补全、分析什么的都能完美解决,而且做起来也简单。(IPython 本来好像就有保存的功能,但本身就不是编辑器,所以编辑这块很弱)

    唯一的缺陷是语句会被执行,所以不能写脚本,必须用块来包裹住。
    5 条回复    1970-01-01 08:00:00 +08:00
    dongbeta
        1
    dongbeta  
       2014-01-25 17:37:06 +08:00
    PyCharm
    lightening
        2
    lightening  
       2014-01-25 19:19:32 +08:00
    没明白你在说什么
    haijd
        3
    haijd  
       2014-01-25 20:38:00 +08:00 via iPad
    Emacs?
    mamimoluo
        4
    mamimoluo  
       2014-01-27 14:37:53 +08:00
    ipython支持QT和网页版GUI的,不知道ipython note吗?
    ChiangDi
        5
    ChiangDi  
       2014-03-21 09:09:35 +08:00 via Android
    也许可以试试Light Table
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2797 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 11:49 · PVG 19:49 · LAX 04:49 · JFK 07:49
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.