What is the third-party Python modules ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is the third-party Python modules ?

19th May 2018, 1:53 PM
Omar
Omar - avatar
2 Antworten
+ 3
" Beyond the standard library of modules packaged with Python, other developers have written their own ( third-party ) modules to extend Python’s capabilities even further. The primary way to install third-party modules is to use Python’s pip tool. " Source: https://automatetheboringstuff.com/appendixa/ " 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. " Source: https://stackoverflow.com/questions/33503510/what-are-third-party-modules
19th May 2018, 2:10 PM
Rahul George
Rahul George - avatar
+ 2
modules that aren't incluse in the standard python libraries
19th May 2018, 2:07 PM
Etabeta1🇮🇹
Etabeta1🇮🇹 - avatar