Skip to content

Details

The Python User Group Zurich is organizing a Rust for Pythoneers Event, and you are all invited!

Copy-Paste of their description (because Meetup makes it really easy to link Meetups...)

"Rust is an exciting new high-level programming language in the same category as C and C++. It is statically typed, has no garbage collector, and compiles to machine code via LLVM.

However, unlike C and C++, Rust is a memory safe language. The compiler will statically check that there are no memory leaks, that there's no double free, no writes to uninitialized memory, etc. This makes it a great language for writing safe and performant code.

This talk will show how to write an extension module for Python in Rust."

And of course if things like this interest you, you should check out the Zurich Python User Group.

Related topics

You may also like