Page 2 of 2

Re: Python conversion assist

PostPosted: Wed Sep 18, 2019 6:45 pm
by SMUSEBY
Python equivalent for AS:
send insteon group instnTurnOn using index 89

Re: Python conversion assist

PostPosted: Wed Sep 18, 2019 6:50 pm
by FlyingDiver
SMUSEBY wrote:
Python equivalent for AS:
send insteon group instnTurnOn using index 89


Did you look in the Wiki?

Re: Python conversion assist

PostPosted: Wed Sep 18, 2019 7:48 pm
by DaveL17
SMUSEBY wrote:
Where can I find this stuff without bugging the forum?

Don't worry--you're not bugging us. We all started with nothing at some point and you've already got a leg up with AS. That said, the forums aren't the best place to learn to code Python because you're only getting bits and pieces at a time. Another great resource is Stack Overflow which has a question/answer format.

When I was learning Python, my biggest frustration was when people would say that everything you need to know is in the Python documentation. It is all there, that's true, but when you're first starting out, the docs are pretty impenetrable if you ask me. But they can be helpful for sure. Here's the one on data types.. There's a lot there, so don't try to swallow it whole. :D

Re: Python conversion assist

PostPosted: Wed Sep 18, 2019 8:05 pm
by SMUSEBY
Good link for data types. Thanks.