3 Practical Python Scripts for Windows Operations!
30/10/2025

3 Practical Python Scripts for Windows Operations!

1 – Changing Computer Desktop Wallpaper Tools Used Project AnalysisDesktop data information is stored in the registry, specifically in the second item under the Control Panel\Desktop subkey. Implementation Approach Source Code python…

Server Automated Inspection Scripts Usage Guide
30/10/2025

Server Automated Inspection Scripts Usage Guide

Introduction“Last week, a server disk filled up causing a business outage. Why wasn’t this discovered earlier?” This was the question I faced during a post-incident review meeting. That incident made…

How to Design a Plugin System in Python?
30/10/2025

How to Design a Plugin System in Python?

According to Wikipedia, a plug-in is defined as: “In computing, a plug-in is a software component that adds a specific feature to an existing computer program.” Therefore, a plugin should…

Python operation on Word —  How to use python-docx
24/10/2025

Python operation on Word — How to use python-docx

1. IntroductionThe previous article summarized common operations for writing data to Word documents: “How to read and write Word using Python- How to use python-docx“.Compared to writing data, reading data…