Python SDK #180
Replies: 7 comments 10 replies
-
I second this. I am very much looking forward to a Python SDK. I'm willing to help any way I can to make this happen. |
Beta Was this translation helpful? Give feedback.
-
I actually was writing the pure Python SDK before I realized the wrapper approach is quick and easy. For my current intents and purposes, the Python wrapper SDK works great. I work mostly in vim in Linux terminal so I don't feel any inconvenience. But I do realized a lot of, maybe a majority of developers, use an IDE. In IDE's like PyCharm, Visual studio Code, lack of syntax highlighting, autocompletion, and type hinting really hinder the productivity. In the wrapper approach, there's no easy way to add those functionalities. In other words, IDE can not infer Java data types in python code, thus can not give suggestions for syntax highlighting, autocompletion, etc. This is a serious problem without easy solution. So yes, I upvote for a pure Python SDK. I can even restart working on it in my free time if Hedera doesn't have manpower to spare now. It's not difficult, just will take a lot of time. |
Beta Was this translation helpful? Give feedback.
-
Since python is one of ore popular scripting languages and commonly the first language a lot of new developers learn, I think this would be a great idea! |
Beta Was this translation helpful? Give feedback.
-
Python SDK would be definitely easier to implement. I think it would popularize the Hedera hashgraph in the python dev community as well. |
Beta Was this translation helpful? Give feedback.
-
Python SDK would certainly be useful. A lot of machine learning is done in Python and would be nice to have an Hedera SDK in python. |
Beta Was this translation helpful? Give feedback.
-
Perhaps someone from the Python community should submit a proposal to the foundation? |
Beta Was this translation helpful? Give feedback.
-
Note a first draft has just been published as a good starting point |
Beta Was this translation helpful? Give feedback.
-
Python has grown exponentially over the past 10 years and shows no sign of slowing down. It is loved by many developers (including myself) for its simple syntax and fantastic community. This is exactly why I am certain a Python SDK would be welcomed with open arms by us Python developers and therefore encourage more of us to code on Hedera.
It is worth noting that a community managed SDK has been built and works very well indeed. However, it is basically a Python wrapper for the Java SDK. Therefore we do not have Hedera managed documentation.
Do you think a Python SDK would be as popular as the JAVA, JavaScript and GO SDK’s that we already have?
Beta Was this translation helpful? Give feedback.
All reactions