diff --git a/2023.md b/2023.md index 2963820..575e5bb 100644 --- a/2023.md +++ b/2023.md @@ -96,9 +96,9 @@ Or contact us via Twitter, my handle is [@MichaelCade1](https://twitter.com/Mich ### Python -- [] 🏗️ 42 > [](2023/day42.md) -- [] 🏗️ 43 > [](2023/day43.md) -- [] 🏗️ 44 > [](2023/day44.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 > [](2023/day45.md) - [] 🏗️ 46 > [](2023/day46.md) - [] 🏗️ 47 > [](2023/day47.md) diff --git a/2023/day43.md b/2023/day43.md index c769f98..54948f1 100644 --- a/2023/day43.md +++ b/2023/day43.md @@ -1,4 +1,4 @@ -# Day 43 - Programming Language: Python +# Day 43 - Programming Language: Python Loops, functions, modules and libraries Welcome to the second day of Python, and today we will cover some more concepts: - Loops diff --git a/2023/day44.md b/2023/day44.md index 11cefd0..3f09435 100644 --- a/2023/day44.md +++ b/2023/day44.md @@ -1,4 +1,4 @@ -# Day 44 - Programming Language: Python +# Day 44 - Programming Language: Python Data Structures and OOP Welcome to the third day of Python, and today we will cover some more advanced concepts: