Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/content/sprints/universalpython.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "UniversalPython"
numberOfPeople: "2-8"
pythonLevel: "Beginner"
contactPerson:
name: "Saad Bazaz"
email: "[email protected]"
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