Files
python-guide/docs/dev-env.rst
T
Kenneth Reitz 42f6588145 better skeleton
2011-04-23 16:02:14 -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