“We should ask ourselves what constraints could do that would capture the imagination […] we need to have big dreams […]” Eugene C. Freuder: Holy Grail Redux, Constraint Programming Letters 1, 2007... (more…)
Read more »
SeleniumBase Chart Maker allows you to create HTML charts with Python. (HighCharts JS is used for drawing the charts.)... (more…)
Read more »
This week I raised my first pull-request to the CPython core project, which was declined :-( but as to not completely waste my time I’m… (more…)
Read more »
A minimal implementation of autograd (in pure Python) 🍰 - kennysong/minigrad... (more…)
Read more »
I have long noted issues with Python 3’s bytes/str separation, which is designed to have a type “bytes” that is a simple list of 8-bit characters, and “str” which is a… (more…)
Read more »