<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hpc.rug.nl/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.hpc.rug.nl/feed.php">
        <title>CIT Research Documentation - habrok:software_environment:python</title>
        <description>University of Groningen</description>
        <link>https://wiki.hpc.rug.nl/</link>
        <image rdf:resource="https://wiki.hpc.rug.nl/_media/wiki/logo.png" />
       <dc:date>2026-04-08T00:40:10+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.hpc.rug.nl/habrok/software_environment/python/environments?rev=1775570241&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hpc.rug.nl/habrok/software_environment/python/loading_python?rev=1775566269&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hpc.rug.nl/habrok/software_environment/python/mamba?rev=1775566933&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hpc.rug.nl/habrok/software_environment/python/running_jobs?rev=1775567087&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hpc.rug.nl/habrok/software_environment/python/uv?rev=1775566886&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.hpc.rug.nl/_media/wiki/logo.png">
        <title>CIT Research Documentation</title>
        <link>https://wiki.hpc.rug.nl/</link>
        <url>https://wiki.hpc.rug.nl/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.hpc.rug.nl/habrok/software_environment/python/environments?rev=1775570241&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-07T13:57:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Python Environments</title>
        <link>https://wiki.hpc.rug.nl/habrok/software_environment/python/environments?rev=1775570241&amp;do=diff</link>
        <description>Python Environments

On Hábrók, you cannot install Python packages globally. Instead, you work in isolated Python environments — each environment is essentially a folder in your home directory that contains its own copy of Python and any packages you install into it. This means you can have multiple environments for different projects, each with their own set of packages and versions, without them interfering with each other.</description>
    </item>
    <item rdf:about="https://wiki.hpc.rug.nl/habrok/software_environment/python/loading_python?rev=1775566269&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-07T12:51:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Loading Python</title>
        <link>https://wiki.hpc.rug.nl/habrok/software_environment/python/loading_python?rev=1775566269&amp;do=diff</link>
        <description>Loading Python

Python on Hábrók is not available by default, it is provided through the module system, which allows multiple versions to coexist on the cluster without interfering with each other. Before you can use Python or install any packages, you need to load the version you want to work with. The main take home message is: load a Python module for the version you need, then create a virtual environment for any packages not already available through the module system. The rest of this page…</description>
    </item>
    <item rdf:about="https://wiki.hpc.rug.nl/habrok/software_environment/python/mamba?rev=1775566933&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-07T13:02:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Mamba installation</title>
        <link>https://wiki.hpc.rug.nl/habrok/software_environment/python/mamba?rev=1775566933&amp;do=diff</link>
        <description>Mamba installation

Mamba (&lt;https://mamba.readthedocs.io/en/latest/index.html&gt;) is an alternative to Anaconda, which is released under an open source license. In order to use it on Hábrók you can install it into your home directory. This can be done following the instructions on their website.

Caveat</description>
    </item>
    <item rdf:about="https://wiki.hpc.rug.nl/habrok/software_environment/python/running_jobs?rev=1775567087&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-07T13:04:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Running Python Jobs</title>
        <link>https://wiki.hpc.rug.nl/habrok/software_environment/python/running_jobs?rev=1775567087&amp;do=diff</link>
        <description>Running Python Jobs

This page covers how to submit Python jobs to the Hábrók cluster. All computationally intensive work on Hábrók must be submitted through the SLURM job scheduler rather than run directly on the login or interactive nodes. Depending on the nature of your code, there are four main ways to run Python jobs on the cluster.</description>
    </item>
    <item rdf:about="https://wiki.hpc.rug.nl/habrok/software_environment/python/uv?rev=1775566886&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-07T13:01:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>UV</title>
        <link>https://wiki.hpc.rug.nl/habrok/software_environment/python/uv?rev=1775566886&amp;do=diff</link>
        <description>UV

uv is a modern Python package and project manager written in Rust. It is designed as a complete replacement for pip, pip-tools and venv, unifying them into a single tool. uv is significantly faster than pip because it was built with performance in mind from the ground up — it uses parallel downloading, aggressive caching, and a highly optimised dependency resolver.</description>
    </item>
</rdf:RDF>
