Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion docs/dev/env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,23 @@ This will prevent your virtualenvs from relying on your (global) site packages d
Other Tools
:::::::::::

IDLE
----

`IDLE <http://docs.python.org/library/idle.html>`_ is an integrated
development environment that is part of Python standard library. It is
completely written in Python and uses Tkinter GUI toolkit. Though IDLE
is not suited for full-blown development using Python , it is quite
helpful to try out small Python snippets and experiment with different
features in Python.

It provides following features:

* Python Shell Window (interpreter)
* Multi window text editor that colorizes Python code
* Minimal debugging facility


IPython
-------

Expand Down Expand Up @@ -248,4 +265,3 @@ BPython

$ pip install bpython