youtube-code/README.md

16 lines
1.7 KiB
Markdown
Raw Normal View History

2022-11-05 14:13:17 +00:00
# Code featured in my YouTube videos
2023-06-29 09:49:54 +00:00
Thank you 🙏🏻 for becoming a paid subscriber ❤️. I really do appreciate your support.
2022-11-04 15:22:19 +00:00
2023-07-19 08:23:27 +00:00
This repository contains all the code from the following YouTube videos. The code from the other videos have their own separate repository.
2022-11-05 14:07:34 +00:00
## Index of all the code by YouTube video and date
2022-11-05 14:13:17 +00:00
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-05 14:07:34 +00:00
2022-11-05 14:13:17 +00:00
| Date Published | Video | Link |
| -------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
2022-12-08 12:13:53 +00:00
| 2022-12-09 | [Big O Notation](https://youtu.be/aIG48ldbpRI) | [code](2022-12-09-Big-O-Notation) |
2022-11-25 08:10:54 +00:00
| 2022-11-25 | [Stack vs Heap](https://youtu.be/5OJRqkYbK-4) | [code](2022-11-25-Stack-Vs-Heap) |
2022-11-05 14:13:17 +00:00
| 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) |