Treading on Python by Matt Harrison provides a basic introduction to the Python programming language for programming novices. Background of the reviewer I have been writing code professionally for 10 years. I’ve spent most of my time in C++, but I’ve written a handful of small Python scripts (less than 100 lines) and a couple […]
Nothing says Merry Christmas like Project Euler. Here’s a nifty solution to Problem 79 that uses Python and Graphviz. The problem is to identify a user’s password given a bunch of successful logins (taken from some kind of nefarious keylogger–those crafty devils). The çatch is that each login is actually a subset of the actual […]