IPython + ptpython: The first thing to do is to install pipinstallipythonptpython and then use ptipython. IPython is a powerful Python enhancement tool. 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 + virtualenvwrappe
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.
The above is a detailed description of the common Python libraries. For more information, see other related articles in the first PHP community!