An open API service indexing awesome lists of open source software.

https://github.com/paudefclasspy/python-code-interpreter

A lightweight and interactive Python code interpreter that evaluates expressions and executes statements in a controlled environment. Supports basic REPL functionality with error handling. Ideal for learning about code interpretation and execution.
https://github.com/paudefclasspy/python-code-interpreter

Last synced: 12 months ago
JSON representation

A lightweight and interactive Python code interpreter that evaluates expressions and executes statements in a controlled environment. Supports basic REPL functionality with error handling. Ideal for learning about code interpretation and execution.

Awesome Lists containing this project

README

          

# python-code-interpreter
A lightweight and interactive Python code interpreter that evaluates expressions and executes statements in a controlled environment. Supports basic REPL functionality with error handling. Ideal for learning about code interpretation and execution.