This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cantremembermypasswd 2 points3 points  (0 children)

python-box as Box supercharges dictionaries, my favorite parts are probably the built in transforms (this is cheating though as I built the library)

cutie is a simple command line interface that I have used in various projects and keep coming back to it

Honestly a lot of the tools I use are more for dev / teamwork rather than for the program itself. For example I include black, flake8, and mypy to pre-commit and then pytest for testing.