Python Bytecode and AST Explorer • Kuter Dinel's blog
I made a Python bytecode & AST (Abstract Syntaxt Tree) explorer, it's similar to Godbolt Compiler Explorer. Also all the parsing and bytecode compilation is done on browser using Pyodide! Paste or type your code to the left side and you are going to be able to view the AST or bytecode on the right side.
I made a Python bytecode & AST (Abstract Syntaxt Tree) explorer, it's similar to Godbolt Compiler Explorer. Also all the parsing and bytecode compilation is done on browser using Pyodide! Paste or type your code to the left side and you are going to be able to view the AST or bytecode on the right side. # Type your code here, # the bytecode will be displayed on the right automatically. for i in range(5): print("Hello world") Show Bytecode Show AST 0 0 RESUME 0 3 2 PUSH_NULL 4 LOAD_NAME 0 (range) 6 LOAD_CONST 0 (5) 8 PRECALL 1 12 CALL 1 22 GET_ITER >> 24 FOR_ITER 13 (to 52) 26…
saved by
related reading
- Agentationagentation.dev
- GitHub - shroominic/codeinterpreter-api: 👾 Open source implementation of the ChatGPT Code Interpretergithub.com
- Agentationagentation.com
- Best practices for Claude Code - Claude Code Docsanthropic.com
- Cursor: AI coding agentcursor.com
- codapi: Interactive code examplescodapi.org
- Strudel REPLstrudel.cc
- GitHub - x1xhlol/system-prompts-and-models-of-ai-tools: FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sourced) System Prompts, Internal Tools & AI Modelsgithub.com
- GitHub - Egonex-AI/Understand-Anything: Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.github.com
- Learn X in Y Minutes: Scenic Programming Language Tourslearnxinyminutes.com
- GitHub · Change is constant. GitHub keeps you ahead.github.com
- The open source AI coding agentopencode.ai