There has a been a bunch of renewed interested in making Python faster. While for some of us, Python is already plenty fast. For others, such as those in data science, scientific computing, and even the large tech companies, making Python even a little faster would be a big deal. <br/> <br/> This episode is the first of several that dive into some of the active efforts to increase the speed of Python while maintaining compatibility with existing code and packages. <br/> <br/> Who better to help kick this off than Guido van Rossum and Mark Shannon? They both join us to share their project to make Python faster. I'm sure you'll love hearing what they are up to.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Guido van Rossum</b>: <a href="https://twitter.com/gvanrossum/" target="_blank" rel="noopener">@gvanrossum</a><br/> <b>Mark Shannon</b>: <a href="https://ift.tt/3EPaXw2" target="_blank" rel="noopener">linkedin.com</a><br/> <b>Faster Python Plan</b>: <a href="https://ift.tt/3fl2OnY" target="_blank" rel="noopener">github.com/faster-cpython</a><br/> <b>The “Shannon Plan”</b>: <a href="https://ift.tt/37sDCJZ" target="_blank" rel="noopener">github.com/markshannon</a><br/> <b>Sam Gross's nogil work</b>: <a href="https://ift.tt/30uCFzv" target="_blank" rel="noopener">docs.google.com</a><br/> <b>Watch this episode on YouTube</b>: <a href="https://www.youtube.com/watch?v=_r6bFhl6wR8" target="_blank" rel="noopener">youtube.com</a><br/> <br/> <b>---------- Stay in touch with us ----------</b><br/> <b>Subscribe on YouTube (for live streams)</b>: <a href="https://ift.tt/3DznvIg" target="_blank" rel="noopener">youtube.com</a><br/> <b>Follow Talk Python on Twitter</b>: <a href="https://twitter.com/talkpython" target="_blank" rel="noopener">@talkpython</a><br/> <b>Follow Michael on Twitter</b>: <a href="https://twitter.com/mkennedy" target="_blank" rel="noopener">@mkennedy</a><br/></div><br/> <strong>Sponsors</strong><br/> <a href='https://ift.tt/3k8IUjq> <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
Subscribe to:
Post Comments (Atom)
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...
-
Podcasts are a great way to immerse yourself in an industry, especially when it comes to data science. The field moves extremely quickly, an...
-
Dialogs are useful GUI components that allow you to communicate with the user (hence the name dialog ). They are commonly used for file Ope...
-
Have you ever wanted to use your python and web development skills to build cross platform desktop GUI apps? if yes then welcome to this tut...
No comments:
Post a Comment