From 76d498b9faf01371a01c17f72e20bd1d653c7ce3 Mon Sep 17 00:00:00 2001 From: Rafael Klie <102968636+rklie@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:14:00 -0500 Subject: [PATCH] remove broken link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b..e607a6d 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/) - [Build a Simple Blockchain in Python](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46) -- [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/) - [Building a Gas Pump Scanner with OpenCV/Python/iOS](https://hackernoon.com/building-a-gas-pump-scanner-with-opencv-python-ios-116fe6c9ae8b) - [Build a Distributed Streaming System with Python and Kafka](https://codequs.com/p/S14jQ5UyG/build-a-distributed-streaming-system-with-apache-kafka-and-python) - [Writing a basic x86-64 JIT compiler from scratch in stock Python](https://csl.name/post/python-jit/)