From 188195b7a3b097c07b18f817000ba22591574633 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:44:00 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index daad0ef..4ef960d 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,18 @@ * [Concurrence examples](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/boilerplates-concurrence) +--- + + ### Small projects -* [Maze puzzle]() +* [encoding decimals](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/small-projects/enconding-decimals) +* [finding a blob boundary](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/small-projects/finding-blob-boundary) +* [magic pen](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/small-projects/magic-pen) +* [maze puzzle](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/small-projects/maze-puzzle) +* [parsing Medium posts](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/small-projects/medium) + +---- ### Good Readings