Skip to content

Commit 6c23762

Browse files
authored
Create universalpython.md
1 parent eb4420d commit 6c23762

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "UniversalPython"
3+
numberOfPeople: "2-8"
4+
pythonLevel: "Beginner"
5+
contactPerson:
6+
name: "Saad Bazaz"
7+
8+
github: "SaadBazaz"
9+
links:
10+
- title: "GitHub repo"
11+
url: "https://github.com/UniversalPython/UniversalPython"
12+
- title: "Discord channel"
13+
url: "https://discord.gg/CD3Dh6zcfE"
14+
---
15+
16+
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:
17+
- Add your native language as a language in UniversalPython!
18+
- Write better docs, the current ones are a bit wonky. Link [here](https://github.com/UniversalPython/UniversalPython.github.io)
19+
- Propose (or even build!) an architecture which supports 3rd-party modules (like numpy!)
20+
- Write an extension/plugin
21+
- Make a wrapper REPL on the Python REPL

0 commit comments

Comments
 (0)