An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Company](https://www.arjancodes.com/_astro/logo.DSZjG3lW.png)](https://www.arjancodes.com)

![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCVhQ2NnY5Rskt6UjCUkJ_DA)
![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/arjancodes)

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](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

[![Twitter](https://go-skill-icons.vercel.app/api/icons?i=twitter)](https://twitter.com/arjancodes)
[![Twitter](https://go-skill-icons.vercel.app/api/icons?i=youtube)](https://www.youtube.com/c/arjancodes)
[![Twitter](https://go-skill-icons.vercel.app/api/icons?i=linkedin)](https://www.linkedin.com/company/arjancodes)