Skip to content
Snippets Groups Projects
Commit 938c5a76 authored by karcher's avatar karcher
Browse files

adding material for session 2

parent 79c17085
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags:
# Defensive Programming
Defensive programming describes concepts and approaches we can use to ensure that...
* Code does what we think it does (i.e. is free of bugs)
* Our programs fail when they should...
* ... and do so with informative error messages (throwback to last session)
%% Cell type:code id: tags:
``` python
```
session_2_defensive_programming/python-overlapping-ranges.png

10.9 KiB

This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment