An initiative to develop API standards for n-dimensional arrays and dataframes... (more…)
Read more »
tl:dr star is a python(ish) programming environment that lets you call Go library functions. click down to the repl if you'd just like to play around... (more…)
Read more »
Learning Python is quite an experience. Though the language is simple compared to other popular languages, the resources to learn python… (more…)
Read more »
Reading from databases with Python is a common need. This post explores pyodbc, pypyodbc, and turbodbc for interacting with databases using Python. (more…)
Read more »
Parameterisation is a technique which makes testing simpler, more concise andmore effective. It does this by separating test logic from test data. Let’sconsi... (more…)
Read more »