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…
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…
The popularity of AI-assisted coding tools has significantly changed many programmers’ coding habits. So, does this affect how frequently they use different programming languages? The latest data confirms: Yes, it…
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 is one of the most popular programming languages today, finding applications almost everywhere – from web development and data science to machine learning and big data analytics. Python’s popularity…
1. IntroductionFor office automation, Python is unbeatable! Starting with this article, we’ll continue discussing another commonly used series in office automation: PowerPoint presentations. 2. PreparationThe most powerful dependency library for…
1. IntroductionBefore writing crawlers, we need to perform packet capture on target applications, analyze the data, and then proceed to the script writing phase. For iPhone users, daily packet capture…
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…
1. Introduction As we all know, Python’s most popular web scraping framework is Scrapy, which is mainly used for scraping structured data from websites. Today, I recommend a simpler, lightweight,…
1. IntroductionRegarding reading and writing Word documents, the previous two articles provided comprehensive summaries. This article serves as a supplement to the Word automation series, covering several practical office scenarios…
1. IntroductionAs the final article in the PPT automation series, we’ll cover advanced features and common usage points in PPT, including: 2. Predefined ShapesIn fact, the content area of PPT…