From 0622d9c762a1ffa1b7bb600b8ab42381f1e12c92 Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Fri, 3 Mar 2023 17:49:43 -0800 Subject: [PATCH] add Day 48 - lets build an app in python from @rishabk7 --- 2023.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/2023.md b/2023.md index f50b8d4..226a822 100644 --- a/2023.md +++ b/2023.md @@ -96,13 +96,13 @@ Or contact us via Twitter, my handle is [@MichaelCade1](https://twitter.com/Mich ### Python -- [] 🐍 42 > [Programming Language: Introduction to Python](2023/day42.md) -- [] 🐍 43 > [Python Loops, functions, modules and libraries](2023/day43.md) -- [] 🐍 44 > [Data Structures and OOP in Python](2023/day44.md) -- [] 🐍 45 > [Debugging, testing and Regular expression](2023/day45.md) -- [] 🐍 46 > [Web development in Python](2023/day46.md) -- [] 🐍 47 > [Automation with Python](2023/day47.md) -- [] 🐍 48 > [](2023/day48.md) +- [✔️] 🐍 42 > [Programming Language: Introduction to Python](2023/day42.md) +- [✔️] 🐍 43 > [Python Loops, functions, modules and libraries](2023/day43.md) +- [✔️] 🐍 44 > [Data Structures and OOP in Python](2023/day44.md) +- [✔️] 🐍 45 > [Debugging, testing and Regular expression](2023/day45.md) +- [✔️] 🐍 46 > [Web development in Python](2023/day46.md) +- [✔️] 🐍 47 > [Automation with Python](2023/day47.md) +- [✔️] 🐍 48 > [Let's build an App in Python](2023/day48.md) ### AWS