mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
19 lines
124 B
ReStructuredText
19 lines
124 B
ReStructuredText
Useful Tools
|
|
============
|
|
|
|
IPython
|
|
-------
|
|
|
|
::
|
|
|
|
$ pip install ipython
|
|
|
|
|
|
|
|
BPython
|
|
-------
|
|
|
|
::
|
|
|
|
$ pip install bpython
|