<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Python on Move into the Future</title><link>/series/python/</link><description>Recent content in Python on Move into the Future</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2016-2026 Jim Chng. All Rights Reserved.</copyright><lastBuildDate>Sun, 25 Jan 2026 14:50:08 +0100</lastBuildDate><atom:link href="/series/python/index.xml" rel="self" type="application/rss+xml"/><item><title>The Comprehensive Guide to Python Decorators</title><link>/blog/2026/01/the-comprehensive-guide-to-python-decorators/</link><pubDate>Sun, 25 Jan 2026 14:50:08 +0100</pubDate><guid>/blog/2026/01/the-comprehensive-guide-to-python-decorators/</guid><description><![CDATA[<p>Decorators are one of Python&rsquo;s most powerful metaprogramming tools, widely used in the industry to write cleaner, more maintainable code. They excel at solving &ldquo;cross-cutting concerns&rdquo;—logic that applies to many different parts of your application but doesn&rsquo;t belong to the core business logic of any single function.</p>]]></description><enclosure url="/blog/2026/01/the-comprehensive-guide-to-python-decorators/feature-asyncmove-python-decorators.png" length="1420298" type="image/png"/></item><item><title>Supercharging Python Automation with Nox: Beyond Basic Usage</title><link>/blog/2025/01/supercharging-python-automation-with-nox-beyond-basic-usage/</link><pubDate>Wed, 15 Jan 2025 09:00:00 +0800</pubDate><guid>/blog/2025/01/supercharging-python-automation-with-nox-beyond-basic-usage/</guid><description>&lt;p>A deep dive into extending Nox&amp;rsquo;s capabilities with custom decorators and classes, turning it into a comprehensive automation solution that can replace Makefiles and shell scripts.&lt;/p></description><enclosure url="/blog/2025/01/supercharging-python-automation-with-nox-beyond-basic-usage/featured-nox-blog-post.png" length="1399433" type="image/png"/></item><item><title>All Decorators - Systematically Decorating Python Class Methods</title><link>/blog/2025/01/all-decorators-systematically-decorating-python-class-methods/</link><pubDate>Thu, 09 Jan 2025 18:17:24 +0100</pubDate><guid>/blog/2025/01/all-decorators-systematically-decorating-python-class-methods/</guid><description>&lt;p>A deep dive into systematically decorating all methods of a Python class, exploring challenges and solutions using the Descriptor protocol.&lt;/p></description><enclosure url="/blog/2025/01/all-decorators-systematically-decorating-python-class-methods/featured.webp" length="457014" type="image/webp"/></item></channel></rss>