<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>functions on netcup hosting blog</title>
    <link>https://en.netcup.nllk.net/blog/tags/functions/</link>
    <description>Recent content in functions on netcup hosting blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 31 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://en.netcup.nllk.net/blog/tags/functions/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Why a mutable default argument in Python is shared between calls</title>
      <link>https://en.netcup.nllk.net/blog/post/0059-python-mutable-default-argument/</link>
      <pubDate>Mon, 31 Aug 2026 00:00:00 +0000</pubDate>
      
      <guid>https://en.netcup.nllk.net/blog/post/0059-python-mutable-default-argument/</guid>
      
        <description>This article explains why a mutable default argument in Python is shared between calls, where the value actually lives, and when None is not enough.</description>
      
    </item>
    
    <item>
      <title>How to pass a variable by reference in Python</title>
      <link>https://en.netcup.nllk.net/blog/post/0052-python-pass-by-reference/</link>
      <pubDate>Sat, 29 Aug 2026 00:00:00 +0000</pubDate>
      
      <guid>https://en.netcup.nllk.net/blog/post/0052-python-pass-by-reference/</guid>
      
        <description>This article explains how Python passes arguments, why the mutable-versus-immutable framing is misleading and what &#43;= really does.</description>
      
    </item>
    
    <item>
      <title>How to use a global variable in a Python function</title>
      <link>https://en.netcup.nllk.net/blog/post/0056-python-global-variable/</link>
      <pubDate>Sat, 29 Aug 2026 00:00:00 +0000</pubDate>
      
      <guid>https://en.netcup.nllk.net/blog/post/0056-python-global-variable/</guid>
      
        <description>This article explains the global keyword in Python, why assigning to a name makes it local for the whole function, and when you do not need global at all.</description>
      
    </item>
    
  </channel>
</rss>
