mainmatter / rust-python-interoperability

A self-paced course to write Python extensions in Rust, one exercise at a time.
https://rust-exercises.com/rust-python-interop/
30 stars 2 forks source link

[Question] Status of the course #2

Closed jaywonchung closed 3 weeks ago

jaywonchung commented 1 month ago

I am so excited to discover that you're working on this course! Thanks @LukeMathWalker.

I was wondering about the state of this course. Is it to be considered WIP for now, or would you say people can start digging into the course but maybe expect some rough edges? Do you have an unofficial timeline in your mind for releasing the course?

LukeMathWalker commented 1 month ago

Hey! The course is done and polished from a content perspective.

There are some issues with:

Once those are solved we'll announce more widely, but feel free to be brave and give it a try now if you want to!

LukeMathWalker commented 4 weeks ago

rye sync's behaviour with respect to crates that don't compile (i.e. the exercises you haven't solved yet)

This has been solved ✅

LukeMathWalker commented 3 weeks ago

All the material has been published and most (known) issues solved. Enjoy!