Just a place to create a list of python packages that could be handy in the future.
a lot of these packages i heard on the Python Bytes podcast link
pympler measure, monitor and analyze the memory behavior of Python objects in a running Python application
hvplot a high-level plotting API for the PyData ecosystem built on HoloViews.
tenacity simplify the task of adding retry behavior to just about anything.
yamale check yaml file validation
box make otherwise inaccessible keys safe to access as an attribute
robox scraping and filling in forms
scrapy create a webcrawler/spider with python
watchfiles watchfiles and acts on changes
slipcover faster version of coverage
pooch download files easy
RPyC Transparent, Symmetric Distributed Computing
Twisted Simple Echo server and Client
hyperfine A command line benchmarking tool.
refurb refurbishing and modernizing python codebases
https://lukeplant.me.uk/blog/posts/tools-for-rewriting-python-code
pathy : cloud storage made easy
robyn : web framework with rust
airflow: tasks with python
python -m trace --ignore-dir=$(python -c 'import sys ; print(":".join(sys.path)[1:])') --trace create_sample.py
import pdb; pdb.set_trace()
shlex.split('-a -b -k "my argument"')