mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
massive refactor
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user