Optimize main.py2024-12-09 12:12·348 words·2 minsPosts code python tips toolsTips to optimize Python code.
Get ANSI Code with Euclidean Distant2024-11-28 18:18·295 words·2 minsxxPosts ansi color fun python toolsTo get the closest ANSI code based on color code in hexidecimal (for fun).
MkDocs (Python)2024-11-23 16:57·182 words·1 minzdPosts 101 documentation markdown python toolsDocumenting project with MkDocs.
Fetching with Retries2024-09-09 18:35·386 words·2 minsPosts async http pythonA practical example to fetch multiple pages with retries (using recursive).
About Concurrent.futures()2024-07-21 22:35·630 words·3 minsPosts 101 async concurrent http python threadRun numerous tasks concurrently via multi-thread and multi-process.