#Challenges and Helps Some issues and links I need to investigate. Also consider notes I have kept in my Learning-Python repo about key events and text encoding: https://github.com/HughP/Learning-Python/blob/master/README.md.
Read in Unicode File
Create Table
Count Characters
- https://docs.python.org/2/library/collections.html
- http://codereview.stackexchange.com/questions/27781/counting-letters-in-a-string-python-optimisation
- http://www.thehelloworldprogram.com/python/python-string-methods/
- http://stackoverflow.com/questions/1155617/count-occurrence-of-a-character-in-a-string
Count Distance
Create Output XML to images: XSLT to SVG:
- http://stackoverflow.com/questions/8056671/how-to-turn-an-xml-file-into-svg-using-xsl
- http://www.carto.net/svg/samples/xslt/
##Pull these scripts into the Repo