pviafore / RobustPython

Code Examples for Robust Python book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RobustPython

Code Examples for Robust Python book

Note that to get many of the examples use dummy types and data to not take away from the book example.

For example, complex types might be aliased as a string and instances are just random snippets of text. Additionally, functions might just return hardcoded values.

The meat of the book examples are unchanged from the text, however. Feel free to stick in a breakpoint() in the code to further understand how it works.

About

Code Examples for Robust Python book

License:MIT License


Languages

Language:Python 92.3%Language:Shell 6.6%Language:Gherkin 1.1%