推荐学习书目
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 · Jan 25, 2014 · 4852 views
    This topic created in 4490 days ago, the information mentioned may be changed or developed.
    Python 这种动态语言编辑器语法解析就是个悲剧,但是 IPython 就做得很好,因为 IPython 就是个命令行……

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

    唯一的缺陷是语句会被执行,所以不能写脚本,必须用块来包裹住。
    5 replies    1970-01-01 08:00:00 +08:00
    dongbeta
        1
    dongbeta  
       Jan 25, 2014
    PyCharm
    lightening
        2
    lightening  
       Jan 25, 2014
    没明白你在说什么
    haijd
        3
    haijd  
       Jan 25, 2014 via iPad
    Emacs?
    mamimoluo
        4
    mamimoluo  
       Jan 27, 2014
    ipython支持QT和网页版GUI的,不知道ipython note吗?
    ChiangDi
        5
    ChiangDi  
       Mar 21, 2014 via Android
    也许可以试试Light Table
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5655 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 03:37 · PVG 11:37 · LAX 20:37 · JFK 23:37
    ♥ Do have faith in what you're doing.