IPython + Ptpython, perfect experience
First, install
pip install ipython ptpython
and then use
ptipython
What's the benefit?
1. IPython is a very powerful Python enhancement tool
2. Ptpython provides an IDE-like auto-complement function
3. When you enter Pyipython in the command line, it combines the functions of both, extremely powerful!
Virtualenv + virtualenvwrapper, easy to create isolated environment
First install
pip install virtualenvwrapper (will automatically put the virtualenv to the installation)
What's the benefit?
1. Easily create an isolated environment
2. To facilitate the sharing of a project you need the environment
Glances, a gadget to monitor Linux on hand
Installation
pip install glances
Use
command line input glances can
Autojump,linux Fast Jump Directory
No surprise, this is written in Python.
Installation
apt-get install autojump (Other systems, may need to compile their own installation, it is not difficult to see the official GitHub warehouse.) )
Use
Command line Enter J $yourDir