·tqdm

適用於 Python 和 CLI 的快速、可擴展的進度條。立即使您的循環顯示智慧進度表,其中包含預計到達時間、每秒迭代次數和可自訂的統計資料。最小的開銷。用於監控長時間運行的循環、模擬、資料處理、ML 訓練、檔案下載、I/O 操作、命令列工具、pandas 操作、平行任務和嵌套進度條。

7安裝·0熱度·@tondevrel

安裝

$npx skills add https://github.com/tondevrel/scientific-agent-skills --skill tqdm

如何安裝 tqdm

透過命令列快速安裝 tqdm AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill tqdm
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:tondevrel/scientific-agent-skills。

SKILL.md

查看原文

tqdm is the standard tool for monitoring long-running loops in Python. It has negligible overhead (about 60ns per iteration) and works everywhere: in the console, in Jupyter notebooks, and even in GUIs.

Official docs: https://tqdm.github.io/ GitHub: https://github.com/tqdm/tqdm Search patterns: from tqdm import tqdm, tqdm.pandas(), tqdm.notebook, tqdm.contrib

Iterative Wrapper The simplest way to use tqdm is to wrap any iterable: for item in tqdm(iterable):. It automatically calculates the length and estimates the time remaining.

適用於 Python 和 CLI 的快速、可擴展的進度條。立即使您的循環顯示智慧進度表,其中包含預計到達時間、每秒迭代次數和可自訂的統計資料。最小的開銷。用於監控長時間運行的循環、模擬、資料處理、ML 訓練、檔案下載、I/O 操作、命令列工具、pandas 操作、平行任務和嵌套進度條。 來源:tondevrel/scientific-agent-skills。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill tqdm
分類
{}資料分析
認證
收錄時間
2026-02-25
更新時間
2026-03-10

Browse more skills from tondevrel/scientific-agent-skills

快速解答

什麼是 tqdm?

適用於 Python 和 CLI 的快速、可擴展的進度條。立即使您的循環顯示智慧進度表,其中包含預計到達時間、每秒迭代次數和可自訂的統計資料。最小的開銷。用於監控長時間運行的循環、模擬、資料處理、ML 訓練、檔案下載、I/O 操作、命令列工具、pandas 操作、平行任務和嵌套進度條。 來源:tondevrel/scientific-agent-skills。

如何安裝 tqdm?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill tqdm 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/tondevrel/scientific-agent-skills

詳情

分類
{}資料分析
來源
skills.sh
收錄時間
2026-02-25