The creator of the world's most popular programming language goes into retirement. (more…)
Read more »
Skunk is a framework that enables to test linux kernel functions in user space using python. - carmeli-tamir/skunk... (more…)
Read more »
Julia Silge recently wrote a blog post about co-occurances of words together with gendered pronouns. This made me dig up some old code that did the same, but... (more…)
Read more »
It is widely believed that in Python the usage of list comprehension would always be faster than for-loops. This paper shows that it is faster, but only for simple functions used in loops. (more…)
Read more »
The challenge We want to create a function that will add numbers together when called in succession. We also want to be able to continue to add numbers to our chain. and so on. A single call should return the number passed in. We should be able to store t... (more…)
Read more »