Files
python-guide/docs/starting/dev-env.rst
T
2011-04-23 16:39:47 -04:00

54 lines
384 B
ReStructuredText

Your Development Environment
============================
Testing your code is very important.
Editors
:::::::
Text Editors
-------------
IDEs
----
Interpreter Tools
:::::::::::::::::
virtualenv
----------
virtualenvwrapper
-----------------
Other Tools
:::::::::::
IPython
-------
::
$ pip install ipython
BPython
-------
::
$ pip install bpython