✳flâneur — a map of the web's best reading
tqdm documentation
tqdm.github.io · 262 words · saved by 1 readers
A Fast, Extensible Progress Meter
tqdm # tqdm means "progress" in Arabic ( taqadum , تقدّم) and is an abbreviation for "I love you so much" in Spanish ( te quiero demasiado ). Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable) , and you're done! from tqdm import tqdm for i in tqdm ( range ( 10000 )): ... 76%|████████████████████████████ | 7568/10000 [00:33<00:10, 229.00it/s] trange(N) can be also used as a convenient shortcut for tqdm(range(N)) . It can also be executed as a module with pipes: $ seq 9999999 | tqdm --bytes | wc -l 75 .2MB [ 00 :00, 217MB/s ] 9999999 $ 7z a -bd -r
Explore this link on the map →related reading
- GitHub - brexhq/prompt-engineering: Tips and tricks for working with Large Language Models like OpenAI's GPT-4. · GitHubgithub.com
- llm-wiki · GitHubgist.github.com
- GitHub - ByteByteGoHq/system-design-101: Explain complex systems using visuals and simple terms. Help you prepare for system design interviews. · GitHubgithub.com
- GitHub - PradyumnaKrishna/Colab-Hacks: Simple Hacks for Google Colaboratory to boost your productivity and help you to perform daily tasks. · GitHubgithub.com
- GitHub - ccusage/ccusage: npx ccusage · GitHubgithub.com
- GitHub - jlevy/the-art-of-command-line: Master the command line, in one page · GitHubgithub.com
- Prompt guidance | OpenAI APIdevelopers.openai.com
- GitHub - jesseduffield/lazygit: simple terminal UI for git commands · GitHubgithub.com
- GitHub - x1xhlol/system-prompts-and-models-of-ai-tools: FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Tragithub.com
- GitHub - jbhuang0604/awesome-tips · GitHubgithub.com
- GitHub - nikivdev/go: Go tools, libraries · GitHubgithub.com
- Somanasomana.tech