Monday, August 24, 2020

Test and Code: 127: WFH, WTF? - Tips and Tricks for Working From Home - Reuven Lerner & Julian Sequeira

Many people have been working from home now that are not used to working from home.
Or at least are working from home more than they ever did before. That's definitely true for me.
Even though I've been working from home since March, I wanted some tips from people who have been doing it longer.

Julian Sequeira, of PyBites fame, has been working from home for about a year.
Reuven Lerner, an amazing Python trainer, has been working from home for much longer.

We originally had a big list of WFH topics. But we had so much fun with the tips and tricks part, that that's pretty much the whole episode.

But there's lots of great tips and tricks, so I'm glad we focused on that.

Special Guests: Julian Sequeira and Reuven Lerner.

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

Links:

<p>Many people have been working from home now that are not used to working from home.<br> Or at least are working from home more than they ever did before. That&#39;s definitely true for me.<br> Even though I&#39;ve been working from home since March, I wanted some tips from people who have been doing it longer.</p> <p>Julian Sequeira, of PyBites fame, has been working from home for about a year.<br> Reuven Lerner, an amazing Python trainer, has been working from home for much longer.</p> <p>We originally had a big list of WFH topics. But we had so much fun with the tips and tricks part, that that&#39;s pretty much the whole episode.</p> <p>But there&#39;s lots of great tips and tricks, so I&#39;m glad we focused on that.</p><p>Special Guests: Julian Sequeira and Reuven Lerner.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2Qj9RS9" rel="nofollow">Talk Python Training</a>: <a href="https://ift.tt/2Qj9RS9" rel="nofollow">Online video courses for Python developers</a></li><li><a href="https://ift.tt/3eBYfEe" rel="nofollow">Datadog</a>: <a href="https://ift.tt/3eBYfEe" rel="nofollow">Modern monitoring & security. See inside any stack, any app, at any scale, anywhere. Visit testandcode.com/datadog to get started.</a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineering</a></p><p>Links:</p><ul><li><a href="https://pybit.es/" title="PyBites" rel="nofollow">PyBites</a> &mdash; Julian's site for teaching Python</li><li><a href="https://lerner.co.il/" title="Teaching Python and data science around the world — Reuven Lerner" rel="nofollow">Teaching Python and data science around the world — Reuven Lerner</a></li><li><a href="https://ift.tt/3hBW0Tb" title="Bonbon - Wikipedia" rel="nofollow">Bonbon - Wikipedia</a></li><li><a href="https://ift.tt/2EbcQtz" title="Test & Code Mailing List" rel="nofollow">Test & Code Mailing List</a> &mdash; Join for your chance to win a free course from Talk Python Training. One course given away every week for 6 weeks.</li></ul>

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