is a browser-based interactive Python disassembler. It takes your Python source code and shows you what the CPython bytecode looks like.
Read more: https://docs.python.org/3/glossary.html#term-bytecode
This project was forked from José Padilla's Black Playground.
