Review of Rust 3 with Python

Priya Shastri
2 min readFeb 25, 2022

This book is for developers who are optimizing the Python 3 with RUST in pip modules.

In 11 chapters, the author Maxwell an experienced software engineer goes from Introduction to RUST to using them in advance.

The first chapter introduces RUST as a programming language and how it can be easily used when used with Python and can be installed using pip.

All the examples in the book work with a Python interpreter and Rust interpreter.

In chapter 2 the author discusses structuring the code in RUST. The file can be listed as hello_world.rs . Using cargo one can compile the RUST file. The author highlughts the benefilts of documentation while coding.

In chapter 3 Understanding concurrency, basics of concurrent programming are discussed. In chapter 4 Building pip modules in python are discussed. In chapter 5 creating a rust interface for the pip module details of the rust interface are discussed. Use of a python adapter to test rust binary file is discussed. In chapter 6 working with python objects are discussed. In the chapters , 8, 9 the creation of a flask application for RUST are discussed. In chapter 11 best practices for integrating RUST in python are stated.

Overall good book for using RUST with python adapter. Useful for data applications using PYthon and RUST.

  1. Send some claps my way & follow me on Medium! 👏
  2. Subscribe below to get a notification whenever I publish! 📨
  3. Connect with me on LinkedIn & Twitter for more such blogs! ✅

--

--