bpython!

About Downloads Alternatives Screenshots

bpython 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
  • 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
  • PyDev

  • PyDev is a third-party plug-in for Eclipse. It is an Integrated Development Environment (IDE) used for programming in Python supporting code refactoring, graphical debugging, code analysis and many other features.FeaturesBelow there are some of the features available : CPython, Jython and IronPython support Code completion Code completion with auto-import Code analysis Debugger Django Remote Debugger Debug console Interactive console Python 2.x and 3.x syntax Basic syntax highlighting Parser errors Outline view Tabs or spaces preferences Smart indent / dedent Comment / uncomment / comment blocks Code folding Go to definition Code coverage Mark occurrences Pylint integration TODO tasks Content Assistants Assign result to attribute or local Surround code with try..catch / finally Create docstring Move import to global scope Quick-outline See the Complete Feature Matrix for all features. »

    tags: eclipse ide python python-ide
  • Python Tools For Visual Studio

  • PTVS is a free/OSS plugin that turns Visual Studio into a Python IDE. PTVS supports CPython, IronPython, editing, browsing, Intellisense, mixed Python/C++ debugging, profiling, HPC clusters, multiple REPL’s, IPython, Django, and cloud computing with client libraries for Windows, Linux and MacOS. This is an officially supported product from Microsoft's Developer Division.

    tags: visual-studio python-ide python-editor
  • Dreampie

  • DreamPie was designed from the ground up to bring you a great interactive Python experience:- DreamPie features a new concept for an interactive shell: the window is divided into the history box, which lets you view previous commands and their output, and the code box, where you write your code. This allows you to edit any amount of code, just like in your favorite editor, and execute it when it's ready. You can also copy code from anywhere, edit it and run it instantly.- The Copy code only command will copy the code you want to keep, so you can save it in a file. The code is already formatted nicely with a four-space indentation.- Features automatic completion of attributes and file names.- Automatically displays function arguments and documentation.- Keeps your recent results in the result history, for later user.- Can automatically fold long outputs, so you can concentrate on what's important.- Lets you save the history of the session as an HTML file, for future reference. You can then load the history file into DreamPie, and quickly redo previous commands.- Automatically adds parentheses and optionally quotes when you press space after functions and methods. For example, execfile fn automatically turns into execfile("fn").- Supports interactive plotting with matplotlib. (You have to set "interactive: True" in the matplotlibrc file for this to work.)- Supports Python 2.5, 2.6, 2.7, Jython 2.5, IronPython 2.6 and Python 3.1.- Works on Windows, Linux and Mac. (Mac support requires MacPorts.)- Extremely fast and responsive.- Free software licensed under GPL version 3. »

    tags: python python-shell
  • ptpython

  • ptpython - A better Python REPL

    tags: console-based ide ipython repl