简体   繁体   中英

What are “third-party modules”?

In researching the tool distutils I stumbled on the term "third-party module" . What does that mean?

A third party module is any code that has been written by a third party (neither you nor the python writers (PSF)).

You can use them to add functionality to your code without having to write it yourself.

Examples include things like requests that simplifies http requests and nose that helps with unit/integration testing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM