This is a list of reasons why I think Python is a terrible programming language. Naturally, none of them apply to other programming languages. It's impossible to determine at compile time whether a Python program can terminate. While strings in Python 3 a... (more…)
Read more »
I wanted to give GraphQL a shot for a while now. After all, the cool kids at Github are doing it, so I wanted to learn what all the hype is… (more…)
Read more »
Here's how you can use Python, Pillow and Tweepy to create your own 8-bit lightsaber art. This twitter bot tweets out a unique lightsaber every day. (more…)
Read more »
Streamz helps you build pipelines to manage continuous streams of data. It is
simple to use in simple cases, but also supports complex pipelines that involve
branching, joining, flow control, feedback, back pressure, and so on. (more…)
Read more »
We have been slowly trying to move our Python development environments from vagrant over to docker. However, we have at least 1 service… (more…)
Read more »