From e0981f8b67ebba22c59f045a2071b4fc8129ebf1 Mon Sep 17 00:00:00 2001 From: Windel Bouwman Date: Sat, 13 Jul 2019 23:34:34 +0200 Subject: [PATCH] Add references to usage and conference videos --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9f110e1d3..46a460e4e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,20 @@ Or use the interactive shell: Contribution is also more than welcome! See our contribution section for more information on this. +# Conference videos + +Checkout those talks on conferences: + +- [FOSDEM 2019](https://www.youtube.com/watch?v=nJDY9ASuiLc) +- [EuroPython 2018](https://www.youtube.com/watch?v=YMmio0JHy_Y) + +# Use cases + +Allthough rustpython is a very young project, it is already used in the wild: + +- [pyckitup](https://github.com/pickitup247/pyckitup): a game engine written in rust. +- [codingworkshops.org](https://github.com/chicode/codingworkshops): a site where you can learn how to code. + # Goals - Full Python-3 environment entirely in Rust (not CPython bindings)