Check out Peter Hinch's very in-depth tutorial on asyncio. Link in the description.
@paulmcwhorter7 ай бұрын
Nice Work!
@paulramasco67697 ай бұрын
Very awesome video. I wasn't aware of asyncio in micropython. I may be able to wait having to learn an RTOS for a project. I appreciate it.
@VeryUsMumblings6 ай бұрын
Hi. I watched this video yesterday and forgot to click like, so i came back to 👍. I didn't even know asyncio existed before, so this video was very interesting for me. Thanks for posting. 😄
@keithlohmeyer6 ай бұрын
Thanks for watching and thanks for the like!
@leeg.14027 ай бұрын
Great Video Keith. Something else for me to learn about. Thanks for posting.
@lorisrobotsАй бұрын
Thanks for putting this together. I am in the middle of a project and I was wondering if asyncio might be useful. I might just try it first with interrupts which I am very comfortable with and then see if I can do it with asyncio. I had heard about it but had not spent time learning about it yet. Very helpful video to get me started.
@keithlohmeyerАй бұрын
Thanks Lori, I have not found a good reason to use asyncio in my code since I looked into it but is another tool in my toolbox if I ever need it. Thanks for the comment.
@charlotteswift6 ай бұрын
@keithlohmeyer Thanks for your kind words, Keith, but I'm not a better coder than you. It's just that we do things differently because you read the documentation and I usually don't. I might look at Peter Hinch's tutorial though as he's a very clever chap. British, I believe!!! Asyncio looks very interesting but it seems a weird way to go about things🙃🙃. I'll probably stick to threads or timers and Interrupts as you can't teach an old dog new tricks!! Nice video. Thanks for posting. BTW it was me who started using '
@keithlohmeyer6 ай бұрын
Hi Charlotte, welcome back. I missed your comments the last couple of weeks. I agree asyncio is a little different way of doing things. I feel the same way about python decorators. Good to know who to attribute my favorite button logic to. Thanks for the comment.