From afd8a805628d804838e8c13661c48801b039ec80 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:34:47 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bf4dc71..daad0ef 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,18 @@ ### Boilerplates -* [CLI with Click](https://github.com/bt3gl-labs/Python-Boilerplates/tree/master/Click_app). -* [CLI with Argparse](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/Argparse_app). -* [Dashboards with Dash and Plot.ly](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/dash_app). -* [Testing in Python](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/Testing). -* [Security examples](https://github.com/bt3gl/Awesome_Python_Examples/tree/master/Security_examples). -* [Concurrence examples](https://github.com/bt3gl/Awesome_Python_Examples/tree/master/Concurrence_examples). +* [CLI with Click](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/boilerplates-click) +* [CLI with Argparse](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/boilerplates-argparse) +* [Dashboards with Dash and Plot.ly](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/boilerplates-dash) +* [Testing in Python](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/boilerplates-tests) +* [Security examples](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/boilerplates-security) +* [Concurrence examples](https://github.com/bt3gl-labs/Scratch-Space-Python/tree/master/boilerplates-concurrence) ### Small projects +* [Maze puzzle]() + ### Good Readings