mirror of
https://github.com/balkian/balkian.github.com.git
synced 2024-11-14 15:42:28 +00:00
22 lines
444 B
Markdown
22 lines
444 B
Markdown
|
---
|
||
|
title: Python
|
||
|
description: Tips and useful libraries for python developers
|
||
|
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)
|
||
|
|
||
|
#
|