Skip to main content

python

Break the Virtual Environment
·419 words·2 mins
Posts python py-venv
Making standalone tool from Python virtual environment.
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).