Skip to content

Commit 256ec84

Browse files
author
Simon Prickett
authored
Adds video link.
1 parent db6a480 commit 256ec84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# No, Maybe and Close Enough!
22

3-
Exploring Probabilistic Data Structures in Python - my 2021 Pycon USA talk. If you'd like to see the slides for this talk, they're [here](https://simonprickett.dev/no_maybe_and_close_enough_slides.pdf) (PDF). I'll add a link to the video of the talk as one becomes available.
3+
Exploring Probabilistic Data Structures in Python - my 2021 Pycon USA talk. If you'd like to see the slides for this talk, they're [here](https://simonprickett.dev/no_maybe_and_close_enough_slides.pdf) (PDF). Watch the video [here](https://www.youtube.com/watch?v=hM1JPkEUtks).
44

55
This repository contains supporting code to run the examples from my talk. The example code uses in memory probabilistic data structures with the [hyperloglog](https://pypi.org/project/hyperloglog/) and [pyprobables](https://pypi.org/project/pyprobables/) libraries. It also uses [Redis](https://redis.io) with the [RedisBloom](https://redisbloom.io) module: this is provided for you as a Docker container.
66

0 commit comments

Comments
 (0)