In this tutorial, you will learn how to build a simple graph-powered Python fraud detection web application from scratch. (more…)
Read more »
A recurring conversation with my collegues has been around whether to extract
string literals to the top of a Python module as global constants. I often see
people writing Python modules that include (more…)
Read more »
image credit: BBC TOC The Challenge 1st Attempt: Pencil and Paper Enter Python Python: Failed Attempt 01 Python: Failed Attempt 02 Python: Success! The Solution
The Challenge A week or so ago, to tie in with Radio4’s GCHQ: Minority Report documenta...
Read more »
An exploration of threads, processes, and coroutines in Python, with interesting examples that illuminate the differences between each. (more…)
Read more »