Python
-
Let's Build a Terrible Search written Feb 03, 2019
In which I build a very slow searching algorithm and compare it to the built-in Python searching algorithm.
-
socketserver: the Python networking module you didn't know you needed written Dec 24, 2016
The Python 3 socketserver module makes network servers much easier and more readable than similar code using raw sockets.
-
Am I in a Terminal? written Sep 13, 2016
A useful code for determining if a Python program is running in an interactive terminal or not.
-
Learning Japanese the Python Way written Aug 29, 2016
A short discussion and source listing of a program I used to study Japanese.