Site Navigation

Selected Content

Journal-like notes
Reading notes
Zeitgeist notes

Einstein and Infeld on Physical Concepts
Jiddu Krishnamurti on Truth

the Drawing Board

Edit on GitHub


Python use and practices notes

2023-06-21, 2023-08-09 update

(venv) $ pip install --upgrade pip

2023-08-09:

2023-06-16: clean out all the installed pip modules pip freeze | xargs pip uninstall -y leaves me with:

$ pip list
Package    Version
---------- -------
pip        23.2.1
setuptools 68.1.2
wheel      0.41.2