From ffb5050b13046c570e0f8bd52b6e66d5e07efe92 Mon Sep 17 00:00:00 2001 From: Jake Date: Sun, 23 Mar 2025 17:02:14 +0800 Subject: [PATCH] implemented output to page console, and updates DOM after every line of code to prevent long waits --- index.html | 120 ++++++++++++++++++++++++++++++++------------- old.html | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 226 insertions(+), 33 deletions(-) create mode 100644 old.html diff --git a/index.html b/index.html index 5aa59cd..00ac6c9 100644 --- a/index.html +++ b/index.html @@ -1,53 +1,107 @@ + - Python Web Executor - + Pyodide Real-Time Python Execution with Console + + -

Python Web Executor

-
- -

-    
+    

Real-Time Python Execution with Pyodide

+ +

+ +

+

Console Output:

+
+ + \ No newline at end of file diff --git a/old.html b/old.html new file mode 100644 index 0000000..f7417d0 --- /dev/null +++ b/old.html @@ -0,0 +1,139 @@ + + + + + + + Python Web Executor + + + + + +

Python Web Executor

+
+ +

Console Output:

+

+
+    
+
+
+
\ No newline at end of file