Saturday, July 10, 2021

Talk Python to Me: #324: Gatorade-powered Python APIs

Python is used to solve a large and varied set of problems. One of its core pillars is web APIs. Another one is ML and data science. Those two important pieces were brought together in an unexpected yet magically-futuristic way by Rod Senra's team working with the Gatorade Sports Science Institute. <br/> <br/> They created a patch that you wear while working out once or twice. It analyzes your perspiration. Combines with it other factors like running distance, sleep quality, and more. Then provides recommendations, using Python, about how to get more effective fitness.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Rod on Twitter</b>: <a href="https://twitter.com/rodsenra" target="_blank" rel="noopener">@rodsenra</a><br/> <b>GX Sweat Patch</b>: <a href="https://ift.tt/3AQVTgg" target="_blank" rel="noopener">gatorade.com</a><br/> <br/> <b>Work & Co.</b>: <a href="https://work.co/" target="_blank" rel="noopener">work.co</a><br/> <b>Pint package</b>: <a href="https://ift.tt/3huhoMg" target="_blank" rel="noopener">pint.readthedocs.io</a><br/> <b>unyt package</b>: <a href="https://ift.tt/3i1ZT5g" target="_blank" rel="noopener">pypi.org/project/unyt</a><br/> <b>Pendulum</b>: <a href="https://ift.tt/2aH1fPd" target="_blank" rel="noopener">pendulum.eustace.io</a><br/> <b>MongoDB</b>: <a href="https://ift.tt/1kne1ou" target="_blank" rel="noopener">mongodb.com</a><br/> <b>python-constraint package</b>: <a href="https://ift.tt/2F0yOik" target="_blank" rel="noopener">github.com/python-constraint</a><br/> <b>PSF Developer Survey 2020</b>: <a href="https://ift.tt/3utld8T" target="_blank" rel="noopener">jetbrains.com</a><br/> <b>Rich</b>: <a href="https://ift.tt/30ItFmc" target="_blank" rel="noopener">github.com</a><br/> <b>Textual</b>: <a href="https://ift.tt/3xgL8RJ" target="_blank" rel="noopener">github.com</a><br/> <br/> <b>YouTube Live Stream</b>: <a href="https://www.youtube.com/watch?v=v-ToVlXOfQM" target="_blank" rel="noopener">youtube.com</a><br/> <b>Episode transcripts</b>: <a href="/episodes/transcript/324/gatorade-powered-python-apis" 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...