Presented to the Melbourne Python User Group on March 6th 2017.
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    This is the code documented in https://pelson.github.io/2017/xkcd_font_merge_then_extract_glyphs/.
Part of the article found at https://pelson.github.io/2017/xkcd_font_classifying_strokes/
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | from aiohttp import web | |
| from functools import wraps | |
| from logging import getLogger | |
| from types import MethodType | |
| _LOGGER = getLogger(__name__) | |
| AUTH_USER = 'authenticated_user' | 
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .ipynb_checkpoints/ | |
| south_west_coast_path.gpx | 
      
      Loading
      
  Sorry, something went wrong. Reload?
      Sorry, we cannot display this file.
      Sorry, this file is invalid so it cannot be displayed.