From 44ec3ad92a5f329acead22501b987c3f2fc3d431 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 21 Nov 2025 19:33:57 +0000 Subject: [PATCH] Update README.md Add CompileBytes Python REPL to Interpreters/REPL section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b56fdefe9..614845d47 100644 --- a/README.md +++ b/README.md @@ -672,6 +672,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Jupyter Notebook (IPython)](https://jupyter.org) - A rich toolkit to help you make the most out of using Python interactively. * [awesome-jupyter](https://github.com/markusschanta/awesome-jupyter) * [ptpython](https://github.com/jonathanslenders/ptpython) - Advanced Python REPL built on top of the [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). +* [CompileBytes Python REPL](https://www.compilebytes.com/tools/python) - Online Python interpreter and interactive code execution environment. + ## Internationalization