wip words
Python
Cheat Sheet
r''
,
r'(.*)$'
lets you define a regex
Stuff I don't grok
positional vs named params
.par files
kwargs
Links
Learn Python the Hard Way
Introduction to Programming with Python
Python Generated Code | Protocol Buffers
Related Notes
[
How to construct Protocol Buffer instances in Python
]