pip is certainly one of the most used package in the Python ecosystem, but what actually happens when you pip install foo ? The talk will mainly focus on two aspects:
how does it perform an installation and resolve dependencies ?
how does pip find installation candidates and select the ‘best’ ?