Tag: python

  • Installing Python on New Mac

    As per this great video (on maintaining local python environments using pyenv), the Python that comes built into the Mac is for the Mac to use, not for programmers to use! Moreover, sudo should be unnecessary when working with installing modules, etc. for python. This magic is achievable by doing the following: Install Homebrew The…

  • POSSE for Journaling

    Now that I’ve got a good, reliable mechanism for getting WordPress into my Day One journal, it has got me thinking about using WordPress as a funnel for getting any “public” journal type stuff into Day One. Letterboxd reviews come to mind. If I were still using Goodreads, that would make sense, too. Is there…

  • dowpy – WordPress Posts to Day One

    Dowpy grabs the ATOM feed of my website and pulls in new entries into a Day One Journal called, surprise, “Wordpress Entries.”

  • Netflix Viewing History to Letterboxd

    After doing an export of my Netflix viewing history, I wanted to import it into Letterboxd. The date format in the Netflix export doesn’t work with Letterboxd, which wants the data as ‘YYYY-MM-DD’ so I wrote up a little python script to do the date conversion because knowing when I watched something is pretty useful.…