Author Archives: KevinYager

How to break apart Python pathlib Paths?

Python pathlib is the modern way to handle file paths. But I always forget how to break apart a path into components (directory part, filename part, etc.). This image is a cheat-sheet for working with Path, breaking it apart into … Continue reading

Posted in Helpguide | Leave a comment

How to convert dates/times in Python?

Working with dates and times in Python often involves converting between the various possible representations. Here is a graphic to quickly lookup how to convert between the different formats (epoch, struct_time, Python datetime object, string representation, and matplotlib date convention).

Posted in Helpguide | Leave a comment

Quarantine Email

Awhile ago, I wrote some code to graph my email behavior (in the spirit of Stephen Wolfram). I have been teleworking for the last 11 weeks (due to COVID19), and was curious to see how this shows up in my … Continue reading

Posted in Data | Tagged , , , , , | Leave a comment

New Layout

I have moved the website over to WordPress.

Posted in News | 1 Comment