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 cff78c7e76 Changed hugo theme
2025-02-14 14:02:56 +01:00

22 lines
470 B
Markdown

---
title: Python
description: Tips and useful libraries for python developers
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)