Skip to main content

python

Optimize main.py
·348 words·2 mins
Posts code python tips tools
Tips to optimize Python code.
Get ANSI Code with Euclidean Distant
·295 words·2 mins
xx
Posts ansi color fun python tools
To get the closest ANSI code based on color code in hexidecimal (for fun).
MkDocs (Python)
·182 words·1 min
zd
Posts 101 documentation markdown python tools
Documenting project with MkDocs.
Fetching with Retries
·386 words·2 mins
Posts async http python
A practical example to fetch multiple pages with retries (using recursive).
About Concurrent.futures()
·630 words·3 mins
Posts 101 async concurrent http python thread
Run numerous tasks concurrently via multi-thread and multi-process.