Dreampie!

# DreamPie Home ownload eport a Bug articipate https://github.com/noamraph/dreampie
https://github.com/noamraph/dreampie
Welcome to DreamPie! --- * * * 2012/10/18: DreamPie 1.2.1 released. Now you don't need to press Ctrl-Enter! 2012/09/25: DreamPie 1.2 released, moving to GitHub! * * * DreamPie was designed from the ground up to bring you a great interactive Python experience:

Dreampie alternatives

  • IPython

  • IPython is an interactive shell for the Python programming language that offers enhanced introspection, additional shell syntax, syntax highlighting, tab completion and rich history. It is a component of the SciPy package.

    tags: python python-shell
  • Light Table

  • Light Table is a new interactive IDE that lets you modify running programs and embed anything from websites to games. It provides the real time feedback we need to not only answer questions about our code, but to understand how our programs really work.

    tags: ide programming web-development
  • IDLE

  • Default IDE which come installed with the Python programming language. It aims to be simple and intuitive, and is especially useful for programmers just learning Python. The editor has syntax highlighting, search features, class browsers, and runs Python scripts in a separate, protected process.

    tags: ide python python-ide
  • Wing IDE

  • Wing IDE is a commercial IDE for Python. It has syntax highlighting, code completion via analysis of Python files, Django integration, networked debugging, and more. There is also some integration with version control systems, though this feature is far from perfect.

    tags: django ide python python-ide
  • bpython

  • bpython is a fancy interface to the Python interpreter for Unix-like operating systems (I hear it works fine on OS X). It is released under the MIT License. It has the following features:

    tags: python python-shell
  • ptpython

  • ptpython - A better Python REPL

    tags: console-based ide ipython repl