In Python, Integers are not iterables but we can make them iterable by implementing __iter__ function. In this essay, we change Python's source code and implement iter function for integers. (more…)
Read more »
ggplot2 syntax in python. Actually wrapper around Wickham's ggplot2 in R - sirrice/pygg... (more…)
Read more »
Image segmentation with region growing is simple and can be used as an initialization step for more sophisticated segmentation methods. In this note, I’ll describe how to implement a region growing method for 3D image volume segmentation (note: the code h... (more…)
Read more »
Python with braces. Because python is awesome, but whitespace is awful. - GitHub - mathialo/bython: Python with braces. Because python is awesome, but whitespace is awful. (more…)
Read more »