I was asked how I made
the map in my examples earlier.
I wrote
a small script to do it. (The script is quite limited — I only made it complete enough to handle the SVG files I was using. Others might break it. Also, it requires pyparsing… and hoo-boy is that slow.)
Example!
Wikipedia [...]
Friday, December 14th, 2007
If you have some programming experience then there is one particular feature of Python that is likely to turn you off.
Whitespace matters. Indentation is significant.
This comes as a shock to many people who are used to it being meaningless. Most languages in common use designate code blocks with braces ({ … }), or [...]