Questions tagged [python]

20 questions
1
vote
2 answers

IOTA learning group for foundations

is anybody interested in forming an online learning group for doing some basic examples in how to use IOTA with Python? I am thinking of something along the lines: post data transaction to a recipient in the Tangle read the data transaction from…
1
vote
2 answers

IOTA with Python for starters

I am trying to run a few simple Python examples and then move to more complex stuff. As a first step I tried to connect to a Node and get info. Environment: linux, python 3.9, ota_client_python-0.2.0a3-cp36-abi3-linux_x86_64.whl Python code: import…