Python Programming

Department of Computing | Imperial College London

book

Beyond the Standard Library

  • Chapter 1: Welcome!
  • Chapter 2: Virtual Environments
    • [2.1] Managing external Python packages
    • [2.2] Venv
    • [2.3] Activating your environment
    • [2.4] Managing multiple environments
  • Chapter 3: Pip
  • Chapter 4: Jupyter Notebook
  • Chapter 5: Summary

Chapter 2

Virtual Environments

Virtual Environment

Rough estimated time needed
10-15 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London