Technical requirements
As this is just an introduction, all the Python examples in the chapter can be implemented with a free online Python interpreter such as https://replit.com/languages/python3.
The same goes for all the Rust examples. These can be implemented using the free online Rust playground found at https://play.rust-lang.org/.
The code covered in the chapter can be found at https://github.com/PacktPublishing/Speed-up-your-Python-with-Rust/tree/main/chapter_one.