28. Rust style Python code - From Python to Rust

Published: 20 August 2021
on channel: Bedroom Builds
975
24

Writing Python code with insights and practices gained from learning Rust.

Python Traits py3traits - https://py3traits.readthedocs.io/
Type hinting and checking:
mypy - http://mypy-lang.org/
pyright - https://github.com/microsoft/pyright

Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pyth...