[Tutor] Blockchain Dev with Python SDK

2019-07-14 Thread Matthew Zand
Hi Everyone, I am looking for resources for learning Blockchain development using Python SDK. I found below tutorial like below but they are too advance: https://developer.ibm.com/recipes/tutorials/building-transaction-handler-and-processor-for-hyperledger-sawtooth-with-python-sdk/ Also, I am

Re: [Tutor] Multiprocessing with many input input parameters

2019-07-14 Thread Steven D'Aprano
On Fri, Jul 12, 2019 at 11:53:16AM +, Shall, Sydney via Tutor wrote: > Thanks Mike, > > But I am still not clear. Neither is your question. > do I write: > > def f([x,y,z]) ? > How exactly do one write the function and how does one ensure that each > positional argument is accounted for.