From 2ee1ae02fcecc1dba2775c074b81748c1b14ced1 Mon Sep 17 00:00:00 2001 From: AlexDevFlow <107987666+AlexDevFlow@users.noreply.github.com> Date: Sun, 8 Mar 2026 21:28:13 +0100 Subject: [PATCH] Add Python Raft Consensus Protocol tutorial link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a2e252..3ce9aea 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ It's a great way to learn. #### Build your own `Distributed Systems` * [**Java**: _Building Your Own Kafka-like System From Scratch: A Step-by-Step Guide_](https://github.com/buildthingsuseful/build-your-own-kafka) +* [**Python**: _Build Your Own Raft Consensus Protocol From Scratch_](https://alexdevflow.github.io/en/blog/raft-consensus-python/) + #### Build your own `3D Renderer`