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.
- Host: GitHub
- URL: https://github.com/paudefclasspy/python-code-interpreter
- Owner: paudefclasspy
- Created: 2025-02-10T12:53:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T12:53:48.000Z (over 1 year ago)
- Last Synced: 2025-02-10T13:39:24.547Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.