Python third-party libraries

Source: Internet
Author: User
1 Python third-party libraries
The Python language has many similarities with languages such as Perl,c and Java. However, there are some differences.
In this chapter we will learn the basic syntax of Python and let you quickly learn Python programming.
What are the standard libraries and third-party libraries common to Python?

  1. Requests. User-friendly HTTP request library, there is no know ...
  2. Pip. Python packages and dependency management tools, there's nothing to do.
  3. Virtualenv. Tools to create a standalone Python environment.
  4. IPython. An interactive environment with very extra functionality.
  5. Httpie A command-line HTTP client, a replacement for CURL, is better for ease of use.
  6. You-get. A Youtube/youku/niconico Video downloader.
  7. Youtube-dl. The tool used to download YouTube videos.
  8. Pillow. PiL the fork version, manipulate the image library.
  9. Cython. An optimized Python static compiler. Using type blending enables Python to compile into C or C + + modules for a great performance boost.
  10. Pycodestyle. Is the original PEP8, to help you check whether the code complies with the PEP8 standard.
  11. Flake8: Static Check tool, which contains pyflakes (static check Python code logic error), Pycodestyle and McCabe (parsing Python code complexity) three tools

Python third-party libraries

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.