Tag

autocomplete

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 12, 2024 · Backend Development

Using argcomplete to Add Auto-Completion for Python and pip Commands

This article explains how to install and configure the argcomplete library to provide tab‑completion for Python, pip, and other argparse‑based command‑line tools, including code snippets and tips for integrating the feature into your own Python packages.

Command-linePythonargcomplete
0 likes · 4 min read
Using argcomplete to Add Auto-Completion for Python and pip Commands
Python Programming Learning Circle
Python Programming Learning Circle
Jul 4, 2023 · Fundamentals

Enabling Auto‑Completion for Python and pip Commands with argcomplete

This guide explains how to use the argcomplete library to add Bash/Zsh auto‑completion for Python, pip, and other argparse‑based command‑line tools, including installation steps, activation commands, code integration for custom packages, and important usage cautions.

BashCLIPython
0 likes · 5 min read
Enabling Auto‑Completion for Python and pip Commands with argcomplete
Tencent Cloud Developer
Tencent Cloud Developer
Sep 8, 2020 · Backend Development

Implementing Autocomplete with MySQL, Redis, and Elasticsearch

The article explains autocomplete’s user‑friendly benefits and compares three backend approaches—simple MySQL LIKE queries, Redis sorted‑set range scans, and Elasticsearch’s completion suggester with FST indexing—highlighting their performance, scalability, and feature trade‑offs to help choose the best solution for a given dataset and latency requirement.

ElasticsearchMySQLRedis
0 likes · 8 min read
Implementing Autocomplete with MySQL, Redis, and Elasticsearch