Tag

scripting

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
May 16, 2025 · Operations

Using Python for Automation in Operations (DevOps)

This article explains why Python is a leading language for DevOps automation, detailing its core advantages, typical use cases such as bulk server management, configuration management, log analysis, and scheduled tasks, and introduces common Python libraries and learning pathways for building robust operational workflows.

Configuration ManagementDevOpsPython
0 likes · 6 min read
Using Python for Automation in Operations (DevOps)
Raymond Ops
Raymond Ops
May 14, 2025 · Operations

Master Bash Test Commands: Conditional Expressions, Comparisons, and File Checks

This article explains Bash's test command and related conditional operators, demonstrates various if/then syntaxes, arithmetic and string comparisons, and shows how to test file attributes with practical code examples for Linux shell scripting.

Linuxbashconditional
0 likes · 6 min read
Master Bash Test Commands: Conditional Expressions, Comparisons, and File Checks
Python Programming Learning Circle
Python Programming Learning Circle
May 9, 2025 · Fundamentals

10 Practical Python Scripts for Text File Automation

This article presents ten useful Python automation scripts that demonstrate how to read, compare, filter, merge, re‑encode, extract, count, report, replace, and selectively retrieve lines from text files, helping both developers and everyday users boost productivity.

Pythonautomationexamples
0 likes · 10 min read
10 Practical Python Scripts for Text File Automation
Code Mala Tang
Code Mala Tang
May 4, 2025 · Operations

Master Shell Functions: From Basics to Advanced Automation

This guide explains everything about Shell functions—from basic syntax and creation, through parameter passing, return values, nesting, and recursion, to best practices, sourcing from the command line, and a real‑world file‑backup example—helping Unix/Linux users and DevOps engineers write modular, reusable scripts.

DevOpsFunctionsUnix
0 likes · 7 min read
Master Shell Functions: From Basics to Advanced Automation
Python Programming Learning Circle
Python Programming Learning Circle
Apr 12, 2025 · Fundamentals

Comprehensive Collection of Python Batch Automation Scripts

This article provides a curated set of Python scripts that automate common batch tasks—including merging Excel and CSV files, renaming and moving files, PDF merging, image conversion and processing, QR‑code and word‑cloud generation, holiday marking, and bulk email sending—complete with ready‑to‑run code examples.

Batch OperationsPythonautomation
0 likes · 25 min read
Comprehensive Collection of Python Batch Automation Scripts
Efficient Ops
Efficient Ops
Apr 9, 2025 · Fundamentals

Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try

Fish Shell, a user‑friendly interactive shell rewritten in Rust, offers out‑of‑the‑box features such as syntax highlighting, smart auto‑completion, web‑based configuration, and a simple scripting syntax, making it an attractive alternative for developers and operations engineers seeking a modern command‑line experience.

Fish Shellauto completioncommand line
0 likes · 7 min read
Why Fish Shell Is the Friendly, Feature‑Rich Command Line You Should Try
Python Programming Learning Circle
Python Programming Learning Circle
Apr 8, 2025 · Fundamentals

10 Practical Python Scripts to Boost Your Productivity

Discover ten highly useful Python scripts covering tasks such as batch file renaming, web image downloading, automated emailing, password generation, Excel data processing, image compression, weather querying, PDF merging, text-to-speech conversion, and a simple Snake game, each with code, explanation, and tips.

automationproductivityscripting
0 likes · 10 min read
10 Practical Python Scripts to Boost Your Productivity
Python Programming Learning Circle
Python Programming Learning Circle
Mar 22, 2025 · Fundamentals

Python Scripts for Changing Windows Wallpaper, Locking the Screen, and Creating Infinite Pop‑up Windows

This tutorial demonstrates how to use Python with win32api, ctypes, and os modules on Windows 10 to programmatically modify the desktop wallpaper via the registry, lock the workstation in an infinite loop, and spawn endless command‑prompt windows, including full code examples and packaging instructions.

PythonRegistryautomation
0 likes · 4 min read
Python Scripts for Changing Windows Wallpaper, Locking the Screen, and Creating Infinite Pop‑up Windows
Python Programming Learning Circle
Python Programming Learning Circle
Mar 20, 2025 · Fundamentals

10 Cool Python Projects: YouTube Downloader, WhatsApp Automation, Google Search, Instagram Scraper, Audio Extractor, URL Shortener, Image‑to‑PDF, Plagiarism Detector, Translator, QR Code Generator

This article showcases ten practical Python projects—ranging from a YouTube video downloader to a QR‑code generator—each with a brief description, installation command, and ready‑to‑run code snippet, demonstrating how Python's extensive libraries enable quick automation of everyday tasks.

LibrariesPythonautomation
0 likes · 10 min read
10 Cool Python Projects: YouTube Downloader, WhatsApp Automation, Google Search, Instagram Scraper, Audio Extractor, URL Shortener, Image‑to‑PDF, Plagiarism Detector, Translator, QR Code Generator
Python Programming Learning Circle
Python Programming Learning Circle
Mar 7, 2025 · Operations

Common Python os Module Functions for Automation and File Management

This article provides a concise reference of frequently used Python os and file handling functions, illustrating how to query, manipulate, and manage files, directories, and system attributes for automation tasks with clear code examples.

Pythonautomationfile management
0 likes · 11 min read
Common Python os Module Functions for Automation and File Management
Python Programming Learning Circle
Python Programming Learning Circle
Mar 7, 2025 · Operations

Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup

This article explains how operations engineers can leverage Python scripts and popular libraries such as paramiko, regex, psutil, fabric, and shutil to automate tasks like remote command execution, log analysis, system monitoring, batch deployment, and backup, thereby improving efficiency and reducing manual errors.

Pythonautomationmonitoring
0 likes · 10 min read
Using Python Scripts for Operations Automation: Remote Execution, Log Parsing, Monitoring, Deployment, and Backup
Python Programming Learning Circle
Python Programming Learning Circle
Feb 22, 2025 · Fundamentals

10 Practical Python Scripts for Automation and Everyday Tasks

This article presents ten ready‑to‑use Python scripts covering file renaming, web image downloading, automated email sending, password generation, Excel processing, image compression, weather querying, PDF merging, text‑to‑speech conversion, and a simple Snake game, each with clear code examples and usage tips.

BeginnerPythonautomation
0 likes · 10 min read
10 Practical Python Scripts for Automation and Everyday Tasks
Python Programming Learning Circle
Python Programming Learning Circle
Feb 21, 2025 · Backend Development

Getting Started with Jython: Integrating Python and Java

This article introduces Jython, explains its features, provides step‑by‑step installation instructions, demonstrates how to run Python code on the Java platform and how Java can invoke Jython scripts, and outlines common application scenarios for this Python‑Java bridge.

IntegrationJavaJython
0 likes · 7 min read
Getting Started with Jython: Integrating Python and Java
Selected Java Interview Questions
Selected Java Interview Questions
Feb 13, 2025 · Backend Development

Introduction to Lua and Using Redis + Lua Scripts to Limit IP Login Attempts

This article introduces the lightweight Lua scripting language, outlines its key features and typical use cases, and provides a complete example of using Redis together with Lua scripts (and a Java client) to enforce IP‑based login‑attempt limits for improved security.

IP Rate LimitingJavaJedis
0 likes · 13 min read
Introduction to Lua and Using Redis + Lua Scripts to Limit IP Login Attempts
Test Development Learning Exchange
Test Development Learning Exchange
Feb 12, 2025 · Operations

20 Python Automation Scripts for Common Tasks

This article presents twenty practical Python scripts that automate everyday tasks such as batch file renaming, email sending, scheduling reminders, generating reports, backing up files, updating Excel sheets, downloading web pages, filling forms, extracting PDF text, converting file formats, visualizing data, and more, providing ready-to-use code examples for each.

automationbackend developmentoperations
0 likes · 10 min read
20 Python Automation Scripts for Common Tasks
Test Development Learning Exchange
Test Development Learning Exchange
Feb 7, 2025 · Fundamentals

15 Python Automation Scripts for Common Tasks

This article presents fifteen practical Python scripts that automate everyday tasks such as folder backup, email notifications, web content downloading, password management, image downloading, Excel processing, network speed testing, social media posting, scheduled shutdown, CPU monitoring, HTML scraping, batch file renaming, duplicate removal, text‑to‑speech conversion, and PDF merging.

Pythonautomationexamples
0 likes · 10 min read
15 Python Automation Scripts for Common Tasks
Architecture Digest
Architecture Digest
Jan 29, 2025 · Backend Development

Using Lua Scripts in Spring Boot with Redis: A Comprehensive Guide

This tutorial explains how to combine Spring Boot and Redis using Lua scripts, covering Lua fundamentals, performance advantages, practical use cases, step‑by‑step implementation in Spring Boot, error handling, security considerations, and best‑practice recommendations for backend developers.

JavaLuaRedis
0 likes · 21 min read
Using Lua Scripts in Spring Boot with Redis: A Comprehensive Guide
Python Programming Learning Circle
Python Programming Learning Circle
Jan 20, 2025 · Fundamentals

10 Practical Python Automation Scripts for Everyday Tasks

This article presents ten ready‑to‑use Python automation scripts that demonstrate how to optimize images, process videos, convert PDFs to images, fetch and post API data, monitor battery levels, correct grammar and spelling, download files, retrieve world news, and build a simple PySide2 GUI, providing clear code examples for each use case.

APIGUIImage Processing
0 likes · 11 min read
10 Practical Python Automation Scripts for Everyday Tasks
Test Development Learning Exchange
Test Development Learning Exchange
Jan 11, 2025 · Fundamentals

Python Scripts for File Management, Data Processing, Automation, and More

This article provides a collection of practical Python code snippets covering file and directory management, data processing, network requests, automation tasks, document handling, image manipulation, system monitoring, visualization, cleaning, logging, and web scraping, all presented with clear explanations and ready-to-use examples.

Data ProcessingWeb Scrapingautomation
0 likes · 7 min read
Python Scripts for File Management, Data Processing, Automation, and More
Test Development Learning Exchange
Test Development Learning Exchange
Dec 4, 2024 · Operations

20 Practical Python Automation Scripts for Everyday Tasks

This article presents twenty ready‑to‑run Python scripts that automate common tasks such as duplicate file detection, download folder organization, image resizing, weather notifications, Reddit email alerts, web‑to‑EPUB conversion, QR code generation, and many other useful utilities.

automationscriptingutilities
0 likes · 21 min read
20 Practical Python Automation Scripts for Everyday Tasks