AJ Kerrigan

Minimal and clean blog theme

  • Home
  • Contact
Twitter GitHub DEV

Data Exploration Quick Wins with VisiData

Published on November 21, 2021

VisiData recently celebrated its fifth anniversary. It gets more capable and polished with every release, and hasn't lost its focus on quick exploration.

Keep reading

Exploring AWS from the terminal with VisiData

Published on October 15, 2020

VisiData is an interactive data analysis tool for your terminal. Let's dig into one specific use case - exploring data files in S3.

Keep reading

Freezegun - Real joy for fake dates in Python

Published on August 14, 2020

Freezegun is a library for mocking Python datetimes. It does one thing, does it well, and lets you get on with your life.

Keep reading

Assertions about Exceptions with pytest.raises()

Published on May 18, 2020

It's useful to test for exceptions exceptions in your code. A handy feature of pytest makes that fun and flexible - let's see how it works!

Keep reading

The Iterator that Wasn't: A Love Letter to Boto3 Paginators

Published on January 02, 2020

The boto3 error message "'PageIterator' object is not an iterator" seemed like a humorous lie, until the Python Cookbook helped to put it in perspective.

Keep reading

Bring Your Vim/Tmux Navigation Reflexes to VS Code

Published on December 31, 2019

After installing the Vim extension, a few choice keybindings can help VS Code play even nicer with your terminal muscle memory.

Keep reading

Under the Hood: Python Comparison Breakdown

Published on October 28, 2019

Use Python's "dis" module to see how Python evaluates two similar comparison operations.

Keep reading

Fetch a bunch of AWS resource tags (without being throttled!)

Published on August 21, 2019

A happier way to pull resource tags, using the unfortunately named Resource Groups Tagging API

Keep reading

© All rights reserved.   Made with Stackbit. Generated from DEV.

To top