From 6c2376205ec6effff9f62dbc54f3e8ec64164423 Mon Sep 17 00:00:00 2001 From: "Saad A. Bazaz" Date: Fri, 18 Jul 2025 13:00:47 +0200 Subject: [PATCH 1/2] Create universalpython.md --- src/content/sprints/universalpython.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/content/sprints/universalpython.md diff --git a/src/content/sprints/universalpython.md b/src/content/sprints/universalpython.md new file mode 100644 index 000000000..13e834075 --- /dev/null +++ b/src/content/sprints/universalpython.md @@ -0,0 +1,21 @@ +--- +title: "UniversalPython" +numberOfPeople: "2-8" +pythonLevel: "Beginner" +contactPerson: + name: "Saad Bazaz" + email: "bazaz@grayhat.studio" + github: "SaadBazaz" +links: + - title: "GitHub repo" + url: "https://github.com/UniversalPython/UniversalPython" + - title: "Discord channel" + url: "https://discord.gg/CD3Dh6zcfE" +--- + +UniversalPython is a simple transpiler which converts non-English Python code to Python, which effectively means you can translate Python to your mother tongue. Simple todos are: +- Add your native language as a language in UniversalPython! +- Write better docs, the current ones are a bit wonky. Link [here](https://github.com/UniversalPython/UniversalPython.github.io) +- Propose (or even build!) an architecture which supports 3rd-party modules (like numpy!) +- Write an extension/plugin +- Make a wrapper REPL on the Python REPL From e2c761ce94d47fd22872c392c51540fcde51142d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 11:01:32 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/sprints/universalpython.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/content/sprints/universalpython.md b/src/content/sprints/universalpython.md index 13e834075..fd251e13a 100644 --- a/src/content/sprints/universalpython.md +++ b/src/content/sprints/universalpython.md @@ -13,9 +13,14 @@ links: url: "https://discord.gg/CD3Dh6zcfE" --- -UniversalPython is a simple transpiler which converts non-English Python code to Python, which effectively means you can translate Python to your mother tongue. Simple todos are: +UniversalPython is a simple transpiler which converts non-English Python code to +Python, which effectively means you can translate Python to your mother tongue. +Simple todos are: + - Add your native language as a language in UniversalPython! -- Write better docs, the current ones are a bit wonky. Link [here](https://github.com/UniversalPython/UniversalPython.github.io) -- Propose (or even build!) an architecture which supports 3rd-party modules (like numpy!) +- Write better docs, the current ones are a bit wonky. Link + [here](https://github.com/UniversalPython/UniversalPython.github.io) +- Propose (or even build!) an architecture which supports 3rd-party modules + (like numpy!) - Write an extension/plugin - Make a wrapper REPL on the Python REPL