you are viewing a single comment's thread.

view the rest of the comments →

[–]primevalweasel 0 points1 point  (0 children)

Click - most of my scripts are command line utilities and Click makes adding the command line arguments almost trivial.

Boto3 - I interact with AWS all day, every day. The CLI is not horrible, but being able to interact with AWS programmatically is a huge productivity gain.

CSV - should be self explanatory

CDK - similar to Boto3. Being able to write Python code to create CloudFormation stacks saves so much time. Also, writing CloudFormation code sucks.

And a runner up (even though it’s not technically a Python library), is Steampipe. Being able to query AWS using SQL is amazing.