This repository contains all the code examples that I use in my YouTube videos. You'll find the link to the code in the description of each of the videos on YouTube. If you're a regular watcher, you can simply clone the repository and check out the code for the latest video. The main branch will always contain the latest code.
If you have any suggestion to improve this repository, feel free to open an issue or a pull request.
To clone this repository, run the following command:
git clone https://github.com/arjancodes/examples.git
Navigate to the cloned repository:
cd examples
Ensure you have the necessary dependencies installed for each example. Each example should have atleast a pyproject.toml
in which you can use poetry to create a virtual enviroment for that specific example.