Skip to content

Commit 957e908

Browse files
authored
Merge branch 'ep2025' into ep2025-haitch
2 parents ca40b39 + c9aed93 commit 957e908

File tree

2 files changed

+39
-5
lines changed

2 files changed

+39
-5
lines changed

src/content/sprints/apache_arrow.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ contactPerson:
66
name: "Rok Mihevc"
77
88
links:
9-
- title: "Apache Arrow"
10-
url: "https://github.com/apache/arrow"
9+
- title: "List of good first time PyArrow contributor issues"
10+
url: "https://github.com/apache/arrow/issues?q=is%3Aissue%20state%3Aopen%20label%3Agood-first-issue%20label%3A%22Component%3A%20Python%22"
11+
- title: "Python development guide"
12+
url: "https://arrow.apache.org/docs/developers/python.html"
13+
- title: "C++ development guide"
14+
url: "https://arrow.apache.org/docs/developers/cpp/index.html"
1115
- title: "Proposed donation of pyarrow-stubs"
1216
url: "https://github.com/apache/arrow/discussions/45919"
1317
---
1418

15-
We want to add type annotations to the PyArrow project. We will sprint to
16-
identify best approach to do so by prototyping. Suggestions and discussion also
17-
welcome.
19+
If there's a feature you want, documentation that you could improve, a bug that
20+
bothers you or if you'd just like to open your first PR for PyArrow come join us
21+
(Alenka and Rok) and we'll help you pick an issue and open a PR.
22+
23+
Additionally - we want to add type annotations to the PyArrow project. We will
24+
sprint to identify best approach to do so by prototyping. Suggestions and
25+
discussion also welcome.
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)