什麼是 tqdm?
適用於 Python 和 CLI 的快速、可擴展的進度條。立即使您的循環顯示智慧進度表,其中包含預計到達時間、每秒迭代次數和可自訂的統計資料。最小的開銷。用於監控長時間運行的循環、模擬、資料處理、ML 訓練、檔案下載、I/O 操作、命令列工具、pandas 操作、平行任務和嵌套進度條。 來源:tondevrel/scientific-agent-skills。
適用於 Python 和 CLI 的快速、可擴展的進度條。立即使您的循環顯示智慧進度表,其中包含預計到達時間、每秒迭代次數和可自訂的統計資料。最小的開銷。用於監控長時間運行的循環、模擬、資料處理、ML 訓練、檔案下載、I/O 操作、命令列工具、pandas 操作、平行任務和嵌套進度條。
透過命令列快速安裝 tqdm AI 技能到你的開發環境
來源:tondevrel/scientific-agent-skills。
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適用於 Python 和 CLI 的快速、可擴展的進度條。立即使您的循環顯示智慧進度表,其中包含預計到達時間、每秒迭代次數和可自訂的統計資料。最小的開銷。用於監控長時間運行的循環、模擬、資料處理、ML 訓練、檔案下載、I/O 操作、命令列工具、pandas 操作、平行任務和嵌套進度條。 來源:tondevrel/scientific-agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill tqdm 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tondevrel/scientific-agent-skills