Python — 12 Must Known Tips for Using Pip

Tony
5 min read2 days ago

Pip Basics

Pip stands for “pip installs packages”. Pip functions as a package manager specifically designed for Python. Essentially, it’s a tool that facilitates the installation and organization of libraries and dependencies that aren’t included in Python’s standard library. The term pip was coined by Ian Bicking in 2008.

--

--