Tuesday, August 31, 2021

Talk Python to Me: #332: Robust Python

Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase expands and gets tougher to debug and maintain? Patrick Viafore is here to help us write more maintainable, longer-lived, and more enjoyable Python code.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Pat on Twitter</b>: <a href="https://twitter.com/PatViaforever" target="_blank" rel="noopener">@PatViaforever</a><br/> <b>Robust Python Book</b>: <a href="https://ift.tt/37Oe9uu" target="_blank" rel="noopener">oreilly.com</a><br/> <b>Typing in Python</b>: <a href="https://ift.tt/1H2EJ1a" target="_blank" rel="noopener">docs.python.org</a><br/> <b>mypy</b>: <a href="http://mypy-lang.org/" target="_blank" rel="noopener">mypy-lang.org</a><br/> <b>SQLModel</b>: <a href="https://ift.tt/2WfddMM" target="_blank" rel="noopener">sqlmodel.tiangolo.com</a><br/> <b>CUPID principles @ relevant time</b>: <a href="https://ift.tt/3yCbrSF" target="_blank" rel="noopener">overcast.fm</a><br/> <b>Stevedore package</b>: <a href="https://ift.tt/3t65Q6i" target="_blank" rel="noopener">docs.openstack.org</a><br/> <br/> <b>Episode transcripts</b>: <a href="https://ift.tt/3gMo5Ze" target="_blank" rel="noopener">talkpython.fm</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/3mLp2Ff> <a href='https://ift.tt/3Dz3zFr> <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...