IPython + Ptpython, perfect experience
The first is the installation
Pip Install Ipython Ptpython
Then use
Ptipython
What good is it?
1. IPython is a very powerful Python enhancement tool
2. Ptpython provides an IDE-like auto-completion function
3. When you enter Pyipython in the command line, it combines the functions of both, extremely powerful!
Virtualenv + Virtualenvwrapper for easy creation of isolated environments
Install first
Pip Install Virtualenvwrapper
(The virtualenv will be installed automatically)
What good is it?
1. Easily create an isolated environment
2. Easy to share the environment you need for a project
Glances, monitoring Linux on hand gadgets
Installation
Pip Install glances
Use
command line input glances can be
Quick Jump directory under Autojump,linux
Fancy it, it's written in Python.
Installation
Apt-get Install AutoJump
(On other systems, you may need to compile and install yourself, and it's not difficult to see the official GitHub repository.) )
Use
command Line Input J $yourDir