ニュース

If you’re more familiar with Rust than Python, it’s a good idea to have at least passing familiarity with the Python C API and the various Python object types before diving in.
Python’s implementation of object orientation does have a few quirks. For example, if you create a class variable, it can be read from a subclass without specifying scope like you’d expect.
I've tried to code it, but when I try to delete the objects in the container, I think their lifetime has already somehow ended and my program crashes.<BR><BR>Any suggestions appreciated.