<?xml version="1.0" encoding="UTF-8"?>
<!--
    ╔══════════════════════════════════════════════════════════════════╗
    ║  Python Decorators Sitemap — pythoncodecrack.com                ║
    ║                                                                  ║
    ║  HOW TO UPDATE THIS FILE:                                        ║
    ║  1. Copy a <url> block and paste it below the pillar page entry. ║
    ║  2. Fill in loc, lastmod, and the article slug.                  ║
    ║  3. Keep changefreq="monthly" and priority="0.7" for articles.   ║
    ║  4. The pillar page entry (priority 0.9) should always stay      ║
    ║     first in the list.                                           ║
    ║  5. Submit the updated sitemap to Google Search Console after    ║
    ║     each batch of new articles.                                  ║
    ╚══════════════════════════════════════════════════════════════════╝
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <!-- Pillar / topic page -->
    <url>
        <loc>https://pythoncodecrack.com/python-decorators.html</loc>
        <lastmod>2026-03-21</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- ── Article entries — add one <url> block per published article ── -->

    <url>
        <loc>https://pythoncodecrack.com/python-decorators-demystified.html</loc>
        <lastmod>2026-03-21</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://pythoncodecrack.com/functools-pipe-function-composition-python.html</loc>
        <lastmod>2026-03-21</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://pythoncodecrack.com/python-classmethod-decorator.html</loc>
        <lastmod>2026-03-21</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://pythoncodecrack.com/python-dataclass-decorator.html</loc>
        <lastmod>2026-03-22</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://pythoncodecrack.com/classmethod-shadowing.html</loc>
        <lastmod>2026-03-23</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

</urlset>
