Recommendation of common Python libraries and common Python libraries
IPython + ptpython, perfect experience
First, install
Pip install ipython ptpython
Then use
Ptipython
What are the benefits?
1. IPython is a very powerful Python Enhancement Tool.
2. ptpython provides auto-completion functions similar to IDE
3. When you input pyipython in the command line, the two functions are combined, which is extremely powerful!
Virtualenv + virtualenvwrapper to easily create an isolated environment
First install
Pip install virtualenvwrapper
(Virtualenv is automatically installed)
What are the benefits?
1. Easily create an isolated environment
2. It is convenient to share the environment required by a project.
Glances, a handy tool for Linux monitoring
Install
Pip install glances
Use
Enter glances in the command line.
Autojump: Fast jump to the directory in Linux
I can't think of it. This product is written in Python.
Install
Apt-get install autojump
(It is not difficult to compile and install the SDK on other systems. For details, see the official GitHub repository .)
Use
Enter j $ yourDir in the command line.