Revall-info Книги по программированию бесплатно!
591 subscribers
569 photos
3 files
571 links
Download Telegram
Practical Machine Learning with Rust (2020)

This book is all about exploring Machine Learning in Rust lang. We will learn about the intricacies of creating machine learning applications and how they fit in the Rust worldview. We will start from the very beginning by understanding some of the important concepts of Machine Learning as well as the basics of Rust lang.

Подробнее | Скачать книгу

#machinelearning #rust #revall #books #eng
Speed Up Your Python with Rust (2021)

The Rust programming language is an exciting new language. It gives us memory safety without garbage collection, resulting in fast times and low memory footprints. However, rewriting everything in Rust can be expensive and risky as there might not be package support in Rust for the problem being solved. This is where Python bindings and pip come in. This book will enable you to code modules in Rust that can be installed using pip. As a result, you will be able to inject Rust as and when you need it without taking on the risk and workload of rewriting your entire system. This enables you, as a developer, to experiment with and use Rust in your Python projects.

Read more | Download

#rust #revall #freebooks #python #prog