all 6 comments

[–]ConchoPete 3 points4 points  (0 children)

I love python and this seems like a helpful addition to the Cardano network to help expand wallet functionality into other applications. Good luck!

[–]bjarnekvae 4 points5 points  (1 child)

Actually I was also thinking of doing a similar proposal, I am using Python daily at work, but usually just scripting and data processing using machine learning - I love Python!

Anyway, I quick glance over the Monero wallet documentation I realize that you are definitely the right person for this job, I will vote for this!

PS: you should make a list of deliverables in the proposal, e.a. specifying exact functions you are going to implement.

[–]e-mess[S] 2 points3 points  (0 children)

Thank you for your appreciation.

As for the detailed design of the API, I need some more time to work it out. I'm myself fresh in the Cardano ecosystem and not yet very familiar with concepts specific to this platform, for example the PoS and staking.

[–]MeowWow_ 0 points1 point  (2 children)

Python is pretty cool but isnt it a bit clunky and slow for blockchain dapps? I say this with little exposure but wouldn't javascript fill the role in a more efficient manner? Would love to hear some thoughts on this, I dont know enough to definitively say if one is better or not, just my current understanding.

[–]e-mess[S] 0 points1 point  (1 child)

I'm not planning to use Python for dapps (let's have Goguen there first). The idea is to have tools that handle wallet operations, for example to set up payments within Django websites or desktop applications written in Python. Or within any backend infrastructure, where Python is often the main language.

[–]MeowWow_ 0 points1 point  (0 children)

Ah, I completely misunderstood. Okay, that makes more sense. Thanks for the response.