Tuesday, May 12, 2020

Talk Python to Me: #264 10 tips every Flask developer should know

Are you a web developer who uses Flask? It has become the most popular Python web framework. Even if you have used it for years, I bet we cover at least one thing that will surprise you and make your Flask code better. <br/> <br/> Join me as I speak with Miguel Grinberg about his top 10 list for tips and tricks in the Flask world. They're great!<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Miguel on Twitter</b>: <a href="https://twitter.com/miguelgrinberg" target="_blank" rel="noopener">@miguelgrinberg</a><br/> <b>Miguel's blog</b>: <a href="https://ift.tt/1eJNVIN" target="_blank" rel="noopener">blog.miguelgrinberg.com</a><br/> <br/> <b>python-dotenv package</b>: <a href="https://ift.tt/2OBLNfq" target="_blank" rel="noopener">pypi.org</a><br/> <b>httpie package</b>: <a href="https://httpie.org/" target="_blank" rel="noopener">httpie.org</a><br/> <b>Quart</b>: <a href="https://ift.tt/2Lm2NSr" target="_blank" rel="noopener">pgjones.gitlab.io</a><br/> <b>Talk Python episode on Quart</b>: <a href="https://ift.tt/2BeTCM3" target="_blank" rel="noopener">talkpython.fm</a><br/> <b>secure.py package</b>: <a href="https://ift.tt/2uxqgr3" target="_blank" rel="noopener">github.com</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/2AndcLj Error Monitoring</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...