1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-24 12:42:20 +00:00

Move to Hugo

This commit is contained in:
J. Fernando Sánchez
2019-01-10 20:26:53 +01:00
parent dbe35d2dde
commit 7c3fb50312
219 changed files with 19924 additions and 18981 deletions

View File

@@ -0,0 +1,21 @@
---
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)
#