Tuesday, December 31, 2013

I put up a page listing some of the datastructures I've worked on over the years.  Most are in Python.  It can be found here.

Listed are a few dictionary-like datastructures (including one that wraps others to allow duplicates), a linked list, a hash table (in C), and a bloom filter.

Monday, December 30, 2013

Python 2.x vs 3.x usage survey


I've put together a 9-multiple-choice-question survey about Python 2.x vs 3.x at https://www.surveymonkey.com/s/N5N5PG2 .

If you have a free minute, I hope you'll take it.