Tuesday, December 1, 2020

Talk Python to Me: #293 Learning how to learn as a developer

As software developers, we live in a world of uncertainty and flux. Do you need to build a new web app? Well maybe using Django makes the most sense if you've been doing it for a long time. There is Flask, but it's more mix and match being a microframework. But you've also heard that async and await are game changers and FastAPI might be the right choice. <br/> <br/> Whatever it is you're building, there is constant pressure to stay on top of a moving target. Learning is not something you do in school then get a job as a developer. No, it a constant and critical part of your career. That's why we all need to be good, very good, at it. <br/> <br/> Matt Harrison is back on Talk Python to talk to us about some tips, tricks, and even science about learning as software developers.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Matt on Twitter</b>: <a href="https://twitter.com/__mharrison__" target="_blank" rel="noopener">@__mharrison__</a><br/> <b>Matt's Learning Course (use code TALKPYTHON20 for 20% off)</b>: <a href="https://ift.tt/36pDjP5" target="_blank" rel="noopener">mattharrison.podia.com</a><br/> <br/> <b>Friends of the show</b>: <a href="https://ift.tt/3lq3vh2" target="_blank" rel="noopener">talkpython.fm/friends-of-the-show</a><br/> <b>Streamlit</b>: <a href="https://ift.tt/37eUxfw" target="_blank" rel="noopener">streamlit.io</a><br/> <b>Jupyter LSP</b>: <a href="https://ift.tt/2Nmiyuy" target="_blank" rel="noopener">github.com/krassowski/jupyterlab-lsp</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/2PTb42Q> <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...