• Stars
    star
    186
  • Rank 206,206 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 4 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code Examples for Robust Python book

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.