For anyone that doesn't know, rustlings is a "project [which] contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!"

I'm going to help someone with learning Python. After we go through Automate The Boring Stuff With Python, I was hoping we could work through something similar to rustlings, as it's really an incredible set of exercises that helped me immensely.

If there isn't, I might look into creating something similar that follows along with Python 3 tutorial, as that covers a good chunk of the language and would also expect a basic grasp of Python and programming concepts.