pip
Software / App
The default Python package installer, used to install libraries not always available through Conda.
Mentioned in 5 videos
Videos Mentioning pip

Python for AI #1: Dev Environment Setup
AssemblyAI
The default Python package installer, used to install libraries not always available through Conda.

Open Source AI is AI we can Trust — with Soumith Chintala of Meta AI
Latent Space
Python's package installer, mentioned as a criterion for Mojo's ease of integration.

Long Live Context Engineering - with Jeff Huber of Chroma
Latent Space

Peter Wang: Python and the Source Code of Humans, Computers, and Reality | Lex Fridman Podcast #250
Lex Fridman
The current standard package manager for Python. Peter Wang notes that Pip emerged after Conda and is simpler for pure Python packages but struggles with complex compiled dependencies common in scientific computing.

Travis Oliphant: NumPy, SciPy, Anaconda, Python & Scientific Programming | Lex Fridman Podcast #224
Lex Fridman
The standard package-management system used to install and manage software packages written in Python, often contrasted with Conda for its different approach to binary dependencies.