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

22 lines
470 B
Markdown
Raw Permalink Normal View History

2019-01-10 19:26:53 +00:00
---
title: Python
description: Tips and useful libraries for python developers
2025-02-14 13:02:48 +00:00
categories:
- programming
2019-01-10 19:26:53 +00:00
tags:
- python
- programming
---
2025-02-14 13:02:48 +00:00
## Interesting libraries
2019-01-10 19:26:53 +00:00
2025-02-14 13:02:48 +00:00
### [TQDM](https://github.com/tqdm/tqdm)
2019-01-10 19:26:53 +00:00
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)