mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #114 from sateeshkumarb/feature/dev-change
Added a paragraph on IDLE (Section Development Environment:Other Tools)
This commit is contained in:
+17
-1
@@ -213,6 +213,23 @@ This will prevent your virtualenvs from relying on your (global) site packages d
|
|||||||
Other Tools
|
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
|
IPython
|
||||||
-------
|
-------
|
||||||
|
|
||||||
@@ -248,4 +265,3 @@ BPython
|
|||||||
|
|
||||||
$ pip install bpython
|
$ pip install bpython
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user