https://github.com/arjancodes/examples
All the code examples I use in my videos
https://github.com/arjancodes/examples
design-patterns python software tutorials
Last synced: 9 months ago
JSON representation
All the code examples I use in my videos
- Host: GitHub
- URL: https://github.com/arjancodes/examples
- Owner: ArjanCodes
- License: mit
- Created: 2021-02-28T09:44:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T15:21:49.000Z (10 months ago)
- Last Synced: 2025-04-15T00:49:33.956Z (9 months ago)
- Topics: design-patterns, python, software, tutorials
- Language: HTML
- Homepage: https://www.youtube.com/c/arjancodes
- Size: 119 MB
- Stars: 623
- Watchers: 21
- Forks: 210
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.arjancodes.com)


[](LICENSE)
## Table of Contents
- [About](#about)
- [Installation](#installation)
- [Maintainers](#maintainers)
- [Links](#links)
## About
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.
## Installation
To clone this repository, run the following command:
```bash
git clone https://github.com/arjancodes/examples.git
```
Navigate to the cloned repository:
```bash
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.
## Maintainers
* Arjan Egges, Project Maintainer: [@egges](https://github.com/egges)
* Andreas Bergman, Developer & Educational Specialist: [@ABDreos](https://github.com/Anber96)
## Links
[](https://twitter.com/arjancodes)
[](https://www.youtube.com/c/arjancodes)
[](https://www.linkedin.com/company/arjancodes)