Attachment:
signature.asc
Description: This is a digitally signed message part... (more…)
Read more »
After more then a year it is finally here. The kore 4.0.0 release. It has been a long time coming but real life kept me preoccupied for a long time.
But here it is. Kore4 is actually real and I couldn't be more excited. (more…)
Read more »
R markdown is a powerful tool for sharing insights with stakeholders. In this post I talk about what I use when I need an equivalent solution in python. (more…)
Read more »
The challenge Remove a exclamation mark from the end of string. For a beginner kata, you can assume that the input data is always a string, no need to verify it. Examples Test cases The solution in Python Option 1: Option 2 (using endswith): Option 3 (sim... (more…)
Read more »