Historically, the Python syntax hasn't had a switch-case statement. In 2006 Guido van Rossum, the original author of Python, proposed different alternatives for the switch-case syntax in PEP 3103 but they all seemed to have some problems and the idea didn... (more…)
Read more »
An exploration of threads, processes, and coroutines in Python, with interesting examples that illuminate the differences between each. (more…)
Read more »
Both the Python and R languages have developed robust ecosystems of open source tools and libraries that help data scientists of any skill level more easily perform analytical work.
Read more »
Part of my journey to learn Python (properly) by the reading the official language tour. This part is covering Data Structures and Modules. (more…)
Read more »