We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb3ccad + e0981f8 commit 16829d2Copy full SHA for 16829d2
1 file changed
README.md
@@ -37,6 +37,20 @@ Or use the interactive shell:
37
38
Contribution is also more than welcome! See our contribution section for more information on this.
39
40
+# Conference videos
41
+
42
+Checkout those talks on conferences:
43
44
+- [FOSDEM 2019](https://www.youtube.com/watch?v=nJDY9ASuiLc)
45
+- [EuroPython 2018](https://www.youtube.com/watch?v=YMmio0JHy_Y)
46
47
+# Use cases
48
49
+Allthough rustpython is a very young project, it is already used in the wild:
50
51
+- [pyckitup](https://github.com/pickitup247/pyckitup): a game engine written in rust.
52
+- [codingworkshops.org](https://github.com/chicode/codingworkshops): a site where you can learn how to code.
53
54
# Goals
55
56
- Full Python-3 environment entirely in Rust (not CPython bindings)
0 commit comments