SPEED UP YOUR PYTHON WITH RUST optimize python performance by creating python pip modules in rust

What you will learn Explore the quirks of the Rust programming language that a Python developer needs to understand to code in Rust Understand the trade-offs for multiprocessing and thread safety to write concurrent code Build and manage a software project with cargo and crates Fuse Rust code with P...

Full description

Bibliographic Details
Main Author: FLITTON, MAXWELL.
Format: eBook
Language:English
Published: [S.l.] PACKT PUBLISHING LIMITED 2022
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Table of Contents An Introduction to Rust Structuring Code in Rust Concurrency in Rust Building Private pip Modules in Python Creating a Rust Interface for Your pip Module Working with Python Objects in Rust Using Python Modules in Rust Structuring an End-to-End Python Module in Rust Structuring a Python Flask App for Rust Injecting Rust into a Python Flask App Best Practices