Python IOTA Chrysalis Workshop Some simple examples to get you started on developing with IOTA using Python. Getting started To start playing with these examples you need these libraries: Iota.rs Python Binding Wallet.rs Python Binding (Optional - For Example 00) Examples included Here are the examples included: e00_generate_seed.py e01_hello_world.py e02_send_hello.py e03_fetch_hello.py e04_generate_address.py e05_check_balance.py e06_send_tokens.py e07_send_data.py e08_fetch_data.py