From 0ec31aab724d6e6c326aeca1c5bbfd6b554d9dfa Mon Sep 17 00:00:00 2001 From: Alex Hyett Date: Sat, 5 Nov 2022 14:13:17 +0000 Subject: [PATCH] Add table to readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c80025b..5a80f9b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -# Code featured in YouTube videos +# Code featured in my YouTube videos Thank you 🙏🏻 for becoming a sponsor ❤️. I really do appreciate your support. This repository contains all the code from my YouTube videos. Unfortunately GitHub sponsors doesn't yet allow me to assign multiple repositories for sponsors. If they do in the future I might split this repository up a bit. ## Index of all the code by YouTube video and date -I will add new code as soon as I am done with the video. So you might find the latest on this video hasn't been released yet. +I will add new code as soon as I am done editing the videos. So, you might find the latest on this video hasn't been released yet. -- [2022-11-11 Automate Your Life With Python (File Management Step By Step Example)](https://youtu.be/1dgnl7oCVTY) - [code](2022-11-11-Automate-Your-Life-With-Python/move-photos.py) -- [2022-10-21 Bitwise Operators and WHY we use them](https://youtu.be/igIjGxF2J-w) - [code](2022-10-21-Bitwise-Operators-and-WHY-we-use-them) -- [2022-10-10 6 Coding Concepts You MUST Know For Beginners](https://youtu.be/pKFcVs2HibA) - [code](2022-10-10-6-Coding-Concepts-You-MUST-Know-For-Beginners) +| Date Published | Video | Link | +| -------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | +| 2022-11-11 | [Automate Your Life With Python (File Management Step By Step Example)](https://youtu.be/1dgnl7oCVTY) | [code](2022-11-11-Automate-Your-Life-With-Python/move-photos.py) | +| 2022-10-21 | [Bitwise Operators and WHY we use them](https://youtu.be/igIjGxF2J-w) | [code](2022-10-21-Bitwise-Operators-and-WHY-we-use-them) | +| 2022-10-10 | [6 Coding Concepts You MUST Know For Beginners](https://youtu.be/pKFcVs2HibA) | [code](2022-10-10-6-Coding-Concepts-You-MUST-Know-For-Beginners) |