-
toolz is wildly useful https://github.com/pytoolz/toolz
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
strictyaml
-
structlog
-
wheezy.template
-
httpx
-
yamlpath
YAML/JSON/EYAML/Compatible get/set/merge/validate/scan/convert/diff processors using powerful, intuitive, command-line friendly syntax.
yamlpath
-
taskipy
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
plumbum
-
snoop or pysnooper
-
peewee
-
snoop or pysnooper
-
enaml
-
zpy, my own project (zsh + pip-tools, instead of poetry/pipenv/pipx)
-
When it comes to web scraping, the usual people recommend is beautifulsoup, lxml, or selenium. But I highly recommend people check out requests-html also. Its a library that is a happy medium between ease of use as in beautifulsoup and also good enough to be used for dynamic, javascript data where it would be overkill to use a browser emulator like selenium.
-
Nope, sorry, it's just an XML generator. The Python stdlib offers https://docs.python.org/3/library/xml.etree.elementtree.html and PyPI offers https://github.com/martinblech/xmltodict for parsing, and you could write CSV with csvwriter or pandas.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Related posts
-
What was the most helpful resource that allowed you become a better coder?
-
“I think the vast majority of developers still debug using print() statements”
-
Stop Using print() for Debugging When You Can Snoop Instead
-
Sync data between two REST APIs
-
Icecream: Never use print() to debug again in Python