Installing Python programming language packages

​A programming language package is a piece of software that had been already written and tested. These modules can be installed using ‘pip’ utility to be used with Python programming language. Such packages can speed up development time, since a developer needs to focus only on core functionality and not on the specifics of common functionality.

pip modules had been tested by the community and are generally a good quality.

YouTube video



Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator