Recommendation of common Python libraries and common Python libraries

Source: Internet
Author: User
Tags virtualenv

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.