A Python framework for building web APIs, which are interfaces that let programs communicate over HTTP. It supports request validation, automatic API documentation, asynchronous code, reusable dependencies, and common authentication methods.
A command-line tool for finding items by typing partial text, with results updating as you type. It can search files, shell command history, processes, directories, Git branches, commits, and other text output.
A guide for using Glances, a cross-platform system-monitoring tool that displays computer resource and process information in a terminal, browser, or API.
A Windows application for finding copied text in documents. It compares files with a reference collection or compares documents in the same batch with one another.
A guide to Rich, a Python library for creating styled terminal output such as tables, progress bars, highlighted code, formatted logs, and readable errors.
A data-processing assistant example for two common jobs: converting CSV and JSON files, and cleaning data by formatting and filtering it. The description is in Chinese and gives no further implementation details.