โ— Shell
clean mode source โ†—

Blog

RustPython Logo

One of the goals of this project is to learn about writing interpreters. This is a space for contributors to share what they learned and to communicate the details of the RustPython implementation. You can contribute by using a pull request. By taking the time to write things down, we hope that you get an opportunity to reflect and clarify your own thought processes.

  • Jan 26, 2021

    pip is working! ๐ŸŽ‰ ๐ŸŽ‰

    7380 commits and 1940 pull requests later, pip and get-pip.py are working with RustPython ๐ŸŽ‰ ๐ŸŽ‰. pip can install itself and setuptools!

  • Apr 4, 2020

    How to contribute to RustPython using CPython's unit tests

    At the very end of 2019, we finally reached one of our short-term goals: CPython unittest support which makes finding CPython compatibility errors easier than ever. This will probably be the major source of contributions for new contributors this year. Here is a simple guideline.