Python language projections #374
Replies: 5 comments 12 replies
-
See #174 (comment) |
Beta Was this translation helpful? Give feedback.
-
#183 captures the guidance for new language projection requests. |
Beta Was this translation helpful? Give feedback.
-
@zooba and I met to brainstorm what an ideal Python projection would look like based on learnings from projects like pywin32 and ctypes. Below are the notes from that discussion for review and comment.
Let us know your thoughts and comments. |
Beta Was this translation helpful? Give feedback.
-
I just should mention https://github.com/ynkdir/py-win32more, the win32metadata based python package. |
Beta Was this translation helpful? Give feedback.
-
I've been pondering for several days about something @kennykerr can probably assess for feasibility. |
Beta Was this translation helpful? Give feedback.
-
Hereby I'd like to suggest the creation of Python language projections for the Win32 API. I'm one of the developers of the NVDA screen reader that is written in Python for the most part and heavily relies on talking to the Win32 API. Currently this is performed using ctypes.
Beta Was this translation helpful? Give feedback.
All reactions