mypy-playground
mypy-playground copied to clipboard
option to run the python code
i often want to compare mypy's behavior to what happens at runtime, so it would be convenient if i could run the code right from the playground
Thanks for sharing your idea!
On the priority I'm thinking of, please have a look at this comment: https://github.com/ymyzk/mypy-playground/issues/201#issuecomment-1256968701
For running Python's code itself, there are other playgrounds available online. e.g., https://wandbox.org/permlink/GO6vjK4mSNkDNZOF
At this point, I would like to keep focusing on the type checking problem as the direction of mypy Playground. For executing Python's code, we may able to add an integration with the existing playground rather than implementing another one by ourselves.