Python Steering council is soliciting questions for a pycon talk

As part of PyCon US 2020, we are planning to record a Q&A with the Steering Council. We are using this topic to solicit questions from the community. We plan to leave this open for about a week. Thanks for all of those who leave a question (which adh… Read more

Similar

Python Type Hints Are Turing Complete

Grigore showed that Java generics are Turing complete by describing a reduction from Turing machines to Java subtyping. We apply Grigore's algorithm to Python type hints and deduce that they are Turing complete. In addition, we present an alternative redu... (more…)

Read more »