At Scylla summit 2019 I had the chance to meet Israel Fruchter and we dreamed of working on adding shard-awareness support to the Python cassandra-driver which would be known as scylla-driver. (more…)
Read more »
A python script that checks to see if your privacy settings got changed without you noticing :) - nolesapex/DidMySettingsChange... (more…)
Read more »
I’m missing a key part from the public Python discourse and I would like to help to change that. (more…)
Read more »
An assessment based python coaching session designed to fill gaps in your understanding extremely quickly. (more…)
Read more »
We can use the built-in function map() to apply a function to each item in an iterable (like a list or dictionary) and return a new iterator for retrieving the results. In this tutorial, we'll review three different ways of working with map(): with a... (more…)
Read more »