Saturday, October 31, 2020

Talk Python to Me: #288 10 tips to move from Excel to Python

Excel is one of the most used and most empowering piece of software out there. But that doesn't make it a good fit for every data processing need. And when you outgrow Excel, a really good option for a next step is Python and the data science tech stack: Pandas, Jupyter, and friends. <br/> <br/> Chris Moffitt is back on Talk Python to give us concrete tips and tricks for moving from Excel to Python!<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Chris on Twitter</b>: <a href="https://twitter.com/chris1610" target="_blank" rel="noopener">@chris1610</a><br/> <b>Practical Business Python</b>: <a href="https://pbpython.com" target="_blank" rel="noopener">pbpython.com</a><br/> <b>Escaping Excel Hell with Python and Pandas Episode 200</b>: <a href="https://ift.tt/3jMBYFJ" target="_blank" rel="noopener">talkpython.fm</a><br/> <b>SideTable package</b>: <a href="https://ift.tt/2BtP0Yl" target="_blank" rel="noopener">pbpython.com</a><br/> <br/> <b>Learn more and go deeper</b><br/> <b>Move from Excel to Python with Pandas Course</b>: <a href="talkpython.fm/excel" target="_blank" rel="noopener">training.talkpython.fm</a><br/> <b>Excel to Python webcast</b>: <a href="https://ift.tt/34JnmSZ" target="_blank" rel="noopener">crowdcast.io</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/3oO5FKm game</a><br> <a href='https://ift.tt/3aBjB2k> <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...