Introducing: r4py — Rust for Python Programmers

An open source project to help Pythonistas get started getting performance critical extensions secure.

Florian Kromer
Oct 13, 2024
https://fkromer.github.io/r4py/

Some time ago I discovered the r4cpp “Rust for C++ programmers” project. A Rust tutorial for experienced C and C++ programmers.

I liked the idea and created the r4py “Rust for Python Programmers” project.

The r4cpp project provides the content as plain Markdown files. This is not very end user friendly (ugly to navigate, no search feature, …). For the r4py project I decided to setup a GitHub page with MkDocs and Material for MkDocs. This setup is used by a lot of modern Python projects like FastAPI, Typer, … for creating their documentation. It’s just awesome!

The project is available under https://fkromer.github.io/r4py/.

If you want to contribute head over to https://github.com/fkromer/r4pyCONTRIBUTING.md.

Feel free to visit, learn and contribute!

--

--

No responses yet