Python: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
* [[Python/Modules|Modules]]
* [[Python/Modules|Modules]]
* uv (soon)
* uv (soon)
* Mamba/Conda (soon)<br />
* [[Python/Conda|Conda]]<br />





Revision as of 14:06, 17 August 2026

Python is a high-level, interpreted programming language popular in scientific computing for its readability and its enormous ecosystem of third-party libraries — NumPy, Pandas, scikit-learn, PyTorch, TensorFlow, and many more. This page describes how to use Python on Anunna: the provided modules, how to manage your own packages with virtual environments or Miniforge, and how to expose an environment as a Jupyter kernel.


See also