I hereby claim:
- I am 3kwa on github.
- I am egn (https://keybase.io/egn) on keybase.
- I have a public key whose fingerprint is 174B 5A36 EC17 5B65 DB5D 2432 7C7C 2503 A299 6FDB
To claim this, I am signing this object:
""" | |
Bootstrap in Python using numpy ... mind expanding! | |
source: http://people.duke.edu/~ccc14/pcfb/analysis.html | |
""" | |
from collections import namedtuple | |
import numpy |
I hereby claim:
To claim this, I am signing this object:
""" | |
A radix sort implementation to illustrate: | |
+ testing with doctest | |
+ __main__ | |
+ yield | |
+ refactoring for legibility (your future self may thank you) | |
+ Python is __magic__ | |
+ PEP 8 | |
+ ... |