diff --git a/content/talks/python-dict-implementation.yaml b/content/talks/python-dict-implementation.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..53143d7d3b99b4ab3877e43bbfc6a4be1b3192b0
--- /dev/null
+++ b/content/talks/python-dict-implementation.yaml
@@ -0,0 +1,23 @@
+type: talk
+title: Implémentation des dictionaires en Python
+date: 26/11/2015
+image: prompt_talks.png
+short: "Comment sont implémentés les dictionnaires disponibles dans le langage Python, et plus précisément dans son implémentation la plus utilisée : CPython."
+replay_id: VUmHo39hjDY
+authors:
+  - flavr
+description: "Comment sont implémentés les dictionnaires disponibles dans le langage Python, et plus précisément dans son implémentation la plus utilisée : CPython."
+links:
+  - type: video
+    text: The Mighty Dictionary
+    link: https://www.youtube.com/watch?v=C4Kc8xzcA68
+    source: PyCon 2010
+    author: Brandon Craig Rhodes
+  - type: http
+    text: dictobject.c
+    link: http://svn.python.org/view/python/trunk/Objects/dictobject.c?view=markup
+    source: svn.python.org
+    author: Python team
+slides:
+  link: http://irrealis.me/files/haskell-webservices.pdf
+  git: https://github.com/Atilla-Learn/talk-python-dict-implementation