Why you should do your next technical interview in Python
My long overdue website where I can upload my portfolio, educational resources, and thoughts on various things. (more…)
Read more »
Linked lists are fundamental data structures that every programmer should know. This article explains how to implement a simple linked list data type in Python using a functional programming style.
Read more