How to use PyO3 to write Python extensions in Rust

preview_player
Показать описание
Python's convenient and user-friendly; Rust is fast and memory-safe. The two complement each other, especially if you use Rust to write high-speed Python extensions. In this video we'll look at PyO3, a Rust crate for creating Python extensions, which gives you tools to automatically integrate those extensions into your Python project's virtual environment.

------------------------------­----
Рекомендации по теме
Комментарии
Автор

Thanks Serdar! Such a beautiful name, It means Marshal/General!

sarfaraz
Автор

Noice, keep going with these types of videos, where you showcase something subtle but basic that can be applied at an advanved level!

AtTheLetterM
Автор

As Python is single Thread(GIL), would we automatically get multi-thread speed up by Rust ?

jimmyji