Saturday, August 29, 2020

Talk Python to Me: #279 Modern Python Developer's Toolkit

Python is quick and easy to learn. And yet, there is a massive gap between knowing the common aspects of the language (loops, variables, functions, and so on) and how to write a well-factored application using modern tools and libraries. That's where learning Python is a never-ending journey. <br/> <br/> Sebastian Witowski is here to give us his take on a modern Python developer's toolkit. There are a bunch of great tips in store for us.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Sebastian on Twitter</b>: <a href="https://twitter.com/sebawitowski" target="_blank" rel="noopener">@SebaWitowski</a><br/> <b>The tutorial recording from PyCon</b>: <a href="https://www.youtube.com/watch?v=WkUBx3g2QfQ" target="_blank" rel="noopener">youtube.com</a><br/> <b>Sebastian’s website</b>: <a href="https://switowski.com/" target="_blank" rel="noopener">switowski.com</a><br/> <b>Workshop resources site</b>: <a href="https://ift.tt/32ASeTv" target="_blank" rel="noopener">pycon.switowski.com</a><br/> <b>Writing Faster Python talk</b>: <a href="https://www.youtube.com/watch?v=YjHsOrOOSuI" target="_blank" rel="noopener">youtube.com</a><br/> <b>Hugo Static Site Theme</b>: <a href="https://ift.tt/2ERbWlC" target="_blank" rel="noopener">gohugo.io</a><br/> <br/> <b>Announcements at Talk Python</b><br/> <b>Python Memory Course</b>: <a href="https://ift.tt/2YNidpN" target="_blank" rel="noopener">talkpython.fm/mem</a><br/> <b>Excel to Python and Pandas Course</b>: <a href="https://ift.tt/3gG47g5" target="_blank" rel="noopener">talkpython.fm/excel</a><br/> <b>Excel to Python Webcast</b>: <a href="https://ift.tt/3grYaTO" target="_blank" rel="noopener">talkpython.fm/excel-webcast</a><br/> <b>Team Cohorts</b>: <a href="https://ift.tt/3b7FyaC" target="_blank" rel="noopener">talkpython.fm/cohorts</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/2PVc9qH Python Training</a><br> <a href='https://ift.tt/34qNZMT>

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...