Python can be my friend again

I made my program work, and have to admit that it would have taken a lot longer in any other language (due to either intrinsic or logistical issues with said languages). Though I am still grumpy about codeset conversion: »> f = open(“/tmp/foo1”, “w”) »> fb = open(“/tmp/foo2”, “wb”) »> s = u’\N{ARABIC LETTER KHAH}’ […]