Introduction to Python commonly used libraries

巴扎黑
Release: 2017-03-30 14:19:22
Original
2135 people have browsed it

IPython + ptpython, perfect experience

First install

pip install ipython ptpython
Copy after login



Then What are the benefits of using

ptipython
Copy after login





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
Copy after login

(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
Copy after login



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
Copy after login

(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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template