Python dependency - hell no!
September 19th 2018
Dependency and version hell Python projects can very quickly run into issues with incompatible dependencies. This is because by default Python exposes all dependencies globally, rather than allowing you install only the dependencies you need for a…
5 min read
Exploring the Numer.ai dataset
July 8th 2018
Exploring the Numer.ai dataset I'll assume you have already created a Numerai account and have downloaded and unzipped the data you'll need from the 'rounds' page. You'll get a bunch of files, but for the moment we are only interested in the training…
15 min read
Pyenv and matplotlib on MacOS High Sierra
July 7th 2018
Pyenv and matplotlib on MacOS High Sierra Have you seen this error when trying to use (or for that matter...)? Frameworks is it? I'll give ye frameworks... The combination of Pyenv and virtualenv is the only sensible approach to Python development…
2 min read
Synth Basics
April 8th 2018
As you may want to create synths using the synth 'framework' I'm working on, I'll run through some of the basics of synthesisers. Program A pre-programmed combination of voices and effects, oscillators etc. - synths usually come 'out-of-the-box' with…
9 min read
Synth in your browser
March 10th 2018
This is a fun series, I always wanted to build a synth. The Web API provides a very accessible way to achieve this.
1 min read