Home  >  Article  >  Backend Development  >  Introduction to Python commonly used libraries

Introduction to Python commonly used libraries

巴扎黑
巴扎黑Original
2017-03-30 14:19:222075browse

IPython + ptpython, perfect experience

First install

pip install ipython ptpython



Then What are the benefits of using

ptipython





1. IPython is a very powerful Python enhancement tool

2. ptpython provides IDE-like auto-completion function

3. When you enter pyipython on the command line, the functions of the two are combined, which is extremely powerful!

virtualenv + virtualenvwrapper, easily create an isolation environment

First install

pip install virtualenvwrapper

(virtualenv will be installed automatically)

What are the benefits

1. Easily create an isolation environment

2. Conveniently share the environment you need for a project

glances , small tools for monitoring Linux

Installation

pip install glances



Use

Enter glances on the command line

autojump, quick directory jump under Linux

Unexpectedly, this thing is written in Python.

Installation

apt-get install autojump

(On other systems, you may need to compile and install it yourself. It is not difficult. See the official GitHub repository.)

Use

Enter j $yourDir on the command line

The above is the detailed content of Introduction to Python commonly used libraries. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn