Skip to content

Commit c9aed93

Browse files
authored
Add UniversalPython sprint (#1469)
1 parent 855794d commit c9aed93

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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
17+
Python, which effectively means you can translate Python to your mother tongue.
18+
Simple todos are:
19+
20+
- Add your native language as a language in UniversalPython!
21+
- Write better docs, the current ones are a bit wonky. Link
22+
[here](https://github.com/UniversalPython/UniversalPython.github.io)
23+
- Propose (or even build!) an architecture which supports 3rd-party modules
24+
(like numpy!)
25+
- Write an extension/plugin
26+
- Make a wrapper REPL on the Python REPL

0 commit comments

Comments
 (0)