You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/sprints/universalpython.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,14 @@ links:
13
13
url: "https://discord.gg/CD3Dh6zcfE"
14
14
---
15
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:
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
+
17
20
- 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!)
21
+
- Write better docs, the current ones are a bit wonky. Link
0 commit comments