limion / coroutines-data-processing-playground

Examples of using coroutines and closures for data processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coroutines-data-processing-playground

Examples of using coroutines and closures for data processing

Inspired by http://www.dabeaz.com/coroutines/Coroutines.pdf

Coroutines

$ python coro_xml_parser.py xml_data.xml

Closures

$ python closure_xml_parser.py xml_data.xml

About

Examples of using coroutines and closures for data processing


Languages

Language:Python 100.0%