Friday, July 16, 2021

Talk Python to Me: #325: MicroPython + CircuitPython

When you think about embedded programming, does it bring low-level languages and tools to mind? Maybe Embedded C or even Assembly language? Thanks to the groundbreaking work by Damien George back in 2014 to create MicroPython, Python is one of the very solid choices for building tiny programmable devices. <br/> <br/> On this episode, we welcome back Damien George from MicroPython along with Scott Shawcroft from CircuitPython and Adafruit. We'll talk about how these two frameworks are solving similar problems with slightly different philosophies. More importantly, they are working closely to bring MicroPython and CircuitPython more in sync.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Scott on Twitter</b>: <a href="https://twitter.com/tannewt" target="_blank" rel="noopener">@tannewt</a><br/> <b>Damien's Site</b>: <a href="https://dpgeorge.net/" target="_blank" rel="noopener">dpgeorge.net</a><br/> <b>CircuitPython</b>: <a href="https://ift.tt/30FCDQe" target="_blank" rel="noopener">circuitpython.org</a><br/> <b>MicroPython</b>: <a href="https://ift.tt/3hQf3Kw" target="_blank" rel="noopener">micropython.org</a><br/> <br/> <b>Upstream MicroPython Versions Merged Into CircuitPython</b>: <a href="https://ift.tt/2VNI1n8" target="_blank" rel="noopener">adafruitdaily.com</a><br/> <br/> <b>Boards (MicroPython)</b>: <a href="https://ift.tt/3z5iHao" target="_blank" rel="noopener">store.micropython.org</a><br/> <b>Boards (CircuitPython)</b>: <a href="https://ift.tt/IDKVch" target="_blank" rel="noopener">adafruit.com</a><br/> <br/> <b>MicroPython Forums</b>: <a href="https://ift.tt/3wMpzYN" target="_blank" rel="noopener">forum.micropython.org</a><br/> <b>Become a sponsor to MicroPython</b>: <a href="https://ift.tt/3Bdt7a6" target="_blank" rel="noopener">github.com</a><br/> <b>Adafruit Discord</b>: <a href="https://ift.tt/33REZPD" target="_blank" rel="noopener">adafru.it</a><br/> <b>Download CircuitPython</b>: <a href="https://ift.tt/2Tx6WJB" target="_blank" rel="noopener">circuitpython.org</a><br/> <b>CircuitPython Source</b>: <a href="https://ift.tt/2rS0qeU" target="_blank" rel="noopener">github.com</a><br/> <br/> <b>Scott's Live Stream</b>: <a href="https://www.youtube.com/watch?v=8wxxaZ9sRVE" target="_blank" rel="noopener">youtube.com</a><br/> <b>Watch this Recording</b>: <a href="https://www.youtube.com/watch?v=VKBmeFb7zHY" target="_blank" rel="noopener">youtube.com</a><br/> <b>Episode transcripts</b>: <a href="/episodes/transcript/325/micropython-circuitpython" target="_blank" rel="noopener">talkpython.fm</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/2AndcLj Error Monitoring, Code TALKPYTHON</a><br> <a href='https://ift.tt/3aBjB2k> <a href='https://ift.tt/3vjihuL> <a href='https://ift.tt/2PVc9qH Python Training</a>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...