From 98c0f26239d65d85e9548e1e82a2c52b63a260d3 Mon Sep 17 00:00:00 2001 From: Jeffrey Hu Date: Thu, 16 Dec 2021 14:50:23 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8cb84dc0..70ef3a68 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# A simple Python online IDE run in browser. + +Hey guys I just made a simple Python online IDE run in browser : https://react-python-ide.vercel.app. It's free and opensource. Feel free to let me know if you have any issues. + # Python-programming-exercises 100+ Python challenge programming exercises. From b88eeb1d114689f9f897b047ceb254a8250fd9fd Mon Sep 17 00:00:00 2001 From: Jeffrey Hu Date: Fri, 8 Apr 2022 16:26:03 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70ef3a68..7584d705 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -# A simple Python online IDE run in browser. - -Hey guys I just made a simple Python online IDE run in browser : https://react-python-ide.vercel.app. It's free and opensource. Feel free to let me know if you have any issues. - # Python-programming-exercises 100+ Python challenge programming exercises. @@ -10,6 +6,10 @@ Hey guys I just made a simple Python online IDE run in browser : https://react-p https://github.com/zhiwehu/100_plus_Python_Projects_Challenge +## A simple Python online IDE run in browser. + +Hey guys I just made a simple Python online IDE run in browser : https://runpython.live. It's free and opensource. Feel free to let me know if you have any issues. + ## Python comic Hey guys I just created a comic for learning Python if you like you could see it from here: https://aicodeplayer.com From 54eed144c12d429ca38b23a722710cf626ff71b1 Mon Sep 17 00:00:00 2001 From: Jeffrey Hu Date: Fri, 8 Apr 2022 16:26:40 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7584d705..0d7879c8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Hey guys I just made a simple Python online IDE run in browser : https://runpyth ## Python comic -Hey guys I just created a comic for learning Python if you like you could see it from here: https://aicodeplayer.com +Hey guys I just created a comic for learning Python if you like you could see it from here: https://zhixinfuture.com For now I just use Chinese if you like I could use English as well. ![Python Comic](https://github.com/zhiwehu/Python-programming-exercises/blob/master/comic.png?raw=true) From 1736fd896403fa92da842a1bb0949c1cc25d30e3 Mon Sep 17 00:00:00 2001 From: Jeffrey Hu Date: Sun, 7 Apr 2024 23:52:00 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d7879c8..4258c3f4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ https://github.com/zhiwehu/100_plus_Python_Projects_Challenge ## A simple Python online IDE run in browser. -Hey guys I just made a simple Python online IDE run in browser : https://runpython.live. It's free and opensource. Feel free to let me know if you have any issues. +Hey guys I just made a simple Python online IDE run in browser : https://github.com/zhiwehu/react-python-ide. It's free and opensource. Feel free to let me know if you have any issues. ## Python comic From 92520209b8592aab3fff0aa37834067e7ed1390c Mon Sep 17 00:00:00 2001 From: Jeffrey Hu Date: Mon, 28 Apr 2025 22:03:44 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4258c3f4..32cd6004 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + [Ask DeepWiki.com](https://deepwiki.com/zhiwehu/Python-programming-exercises) + # Python-programming-exercises 100+ Python challenge programming exercises.