Hey Stephen Wood
Explore nerdy things with me.
Pages
(Move to ...)
Home
About Me
@stephenMW
Github
Linkedin
▼
Showing posts with label
python
.
Show all posts
Showing posts with label
python
.
Show all posts
Tuesday, October 27, 2020
The curious case of Python's datetime -0753 UTC offset
›
"Time, the devourer of all things." - Ovid's Metamorphoses Confused why your python datetime object's UTC offset is show...
Tuesday, July 28, 2020
Install Python 3 on raspberry pi and make it the system default
›
As of this blog post, the raspberry pi still ships with python2.7 as the default. There's also not really an easy way to install python3...
Saturday, December 12, 2015
Using ssh-import-id to manage authorized keys
›
ssh-import-id While poking around in my ~/.ssh directory (in order to inspect and harden some of my SSH configurations -- more on that...
Monday, November 18, 2013
Verifying JSON easily on the command line
›
You can pipe stdout into python -mjson.tool to validate it. It makes for quick and easy json validation on the command line. We'll ...
›
Home
View web version