03 September 2020 · recurse-center
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
comments.
02 September 2020 · recurse-center
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
comments.
01 September 2020 · recurse-center
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
comments.
31 August 2020 · recurse-center
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
comments.
28 August 2020 · recurse-center
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
comments.