1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-02-23 10:15:05 +00:00
balkian.github.com/content/page/cheatsheet/python.md
J. Fernando Sánchez 2c7eb133a9 post about uv
2025-02-18 00:20:50 +01:00

23 lines
494 B
Markdown

---
title: Python
description: Tips and useful libraries for python developers
image: "img/python.png"
categories:
- programming
tags:
- python
- programming
---
## Interesting libraries
### [TQDM](https://github.com/tqdm/tqdm)
From tqdm's github repository:
> tqdm means "progress" in Arabic (taqadum, تقدّم) and an abbreviation for "I love you so much" in Spanish (te quiero demasiado).
![TQDM in action](https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm.gif)