Below you will find pages that utilize the taxonomy term “Python”
Posts
read more
Mixed Python/Rust project with maturin
This post describes how to create Python project using Rust for time-critical parts. While the steps described below work for me, they are definitely not the only way to do things.
Disclaimer: the instructions are obsolete and probably will not work now.
Prerequisites and setup
Prerequisites
Python
Obviously, you will need Python. I am not going to
cover its installation here. The Python version I am going to use is 3.11.2
.
The command python -c "import sys; print(sys.version)"
will print the version
of the Python interpreter you have installed.