Saturday, March 14, 2020

Talk Python to Me: #255 Talking to cars with Python

Modern cars have become mobile computer systems with many small computers running millions of lines of code. On this episode, we plug a little Python into those data streams. <br/> <br/> You'll meet Shea Newton, who is a Python developer who has worked on autonomous cars and is currently at ActiveState.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Shea on Twitter</b>: <a href="https://twitter.com/shnewto/" target="_blank" rel="noopener">shnewto</a><br/> <br/> <b>Video presentation of PDX Talk</b>: <a href="https://www.youtube.com/watch?v=r1QgGO23ob4" target="_blank" rel="noopener">youtube.com</a><br/> <b>Shea's source for PDX Python talk</b>: <a href="https://ift.tt/39ROhMK" target="_blank" rel="noopener">github.com</a><br/> <br/> <b>DonkeyCar</b>: <a href="https://ift.tt/33hsjjP" target="_blank" rel="noopener">donkeycar.com</a><br/> <b>Roomba Programming</b>: <a href="https://ift.tt/2GHpr3F" target="_blank" rel="noopener">github.com</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/33twppf> <a href='https://ift.tt/39SwnJH> <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...