Day 19 — I madeth a Sphinx extension

Today I thought that adding a gallery to display what everyone is building with present would be great! I guess this was a distraction from the talk research I previously mentioned (which I need to finish ASAP!) :(

But I learned how to write a simple Sphinx extension, which is cool …

Read

There are 0 Comments.

Day 18 — Mini kubey kube, where are you?

I decided to set up minikube to create a small demo for a talk that I have to submit this weekend. Right now I'm going through the Phase 4 that Hynek Schlawack talks about in his article on conference speaking.

I SWEAR TO GOD I’M NEVER SUBMITTING A TALK …

Read

There are 0 Comments.

Day 17 — Pair programming is fun!

Today I paired with Taro to walk us through the present codebase. It was a nice learning experience to talk about (and explain) how everything is structured because I don't get to do that while working alone. I need to pair program more!

After the walkthrough, we came up with …

Read

There are 0 Comments.

Day 16 — What's inside a Jupyter notebook?

Today I was reading up on some Jupyter things, and wondered how images, widgets, and maps are stored within a notebook. I love the literate programming model where your docs, code and outputs; everything is viewable with just one file!

A Jupyter notebook is basically a Python dictionary. It has …

Read

There are 0 Comments.

Day 15 — Let's play some codio

I'd been procrastinating on the codio pull request after recording my PyConline AU talk on that branch earlier this week. I finally pushed some fixes and merged it today! This is the current version:

You can make a codio by writing some yaml (shown below), and use it inside your …

Read

There are 0 Comments.