## LOs ### Packages - import package - determine whether a Python package is installed already on system ### Installations and virtual environments - install with with pip - work (create, activate, work, deactivate) with venv virtual environments - work (create, activate, work, deactivate) with Conda environments - export and import a virtual environment #### To be discussed - [pipx](https://pipx.pypa.io/stable/)
LOs
Packages
Installations and virtual environments
To be discussed