File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,23 @@ This will prevent your virtualenvs from relying on your (global) site packages d
213213Other Tools
214214:::::::::::
215215
216+ IDLE
217+ ----
218+
219+ `IDLE <http://docs.python.org/library/idle.html >`_ is an integrated
220+ development environment that is part of Python standard library. It is
221+ completely written in Python and uses Tkinter GUI toolkit. Though IDLE
222+ is not suited for full-blown development using Python , it is quite
223+ helpful to try out small Python snippets and experiment with different
224+ features in Python.
225+
226+ It provides following features:
227+
228+ * Python Shell Window (interpreter)
229+ * Multi window text editor that colorizes Python code
230+ * Minimal debugging facility
231+
232+
216233IPython
217234-------
218235
@@ -248,4 +265,3 @@ BPython
248265
249266 $ pip install bpython
250267
251-
You can’t perform that action at this time.
0 commit comments