·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