Saturday, January 12, 2019

Test and Code: 62: Python Training - Reuven Lerner

There are a lot of learning styles and a lot of ways to learn Python. If you started Python through a class at work, or through an online course, or maybe an email series, it's possibly you may have learned from Reuven Lerner.

If your first encounter with pytest was reading an article in Linux Journal recently, that would be the writing of Reuven.

Reuven Lerner teaches Python.

This interview definitely falls into the category of talking with interesting people doing interesting things with Python.

We talk about how incorporating testing into teaching can add a level of clarity to the interaction and help people duirng the learning process.

I'm also fascinated by people who teach and train because it's a skill I'm trying to improve.

Special Guest: Reuven Lerner.

Sponsored By:

Support Test & Code

Links:

<p>There are a lot of learning styles and a lot of ways to learn Python. If you started Python through a class at work, or through an online course, or maybe an email series, it&#39;s possibly you may have learned from Reuven Lerner.</p> <p>If your first encounter with pytest was reading an article in Linux Journal recently, that would be the writing of Reuven. </p> <p>Reuven Lerner teaches Python.</p> <p>This interview definitely falls into the category of talking with interesting people doing interesting things with Python.</p> <p>We talk about how incorporating testing into teaching can add a level of clarity to the interaction and help people duirng the learning process.</p> <p>I&#39;m also fascinated by people who teach and train because it&#39;s a skill I&#39;m trying to improve.</p><p>Special Guest: Reuven Lerner.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://testandcode.com/pycharm">PyCharm Professional</a>: <a rel="nofollow" href="http://testandcode.com/pycharm">Try PyCharm Pro for an extended 4 month trial before deciding which version you need. If you value your time, you owe it to yourself to try PyCharm.</a> Promo Code: TESTNCODE2019</li></ul><p><a rel="payment" href="https://www.patreon.com/testpodcast">Support Test &amp; Code</a></p><p>Links:</p><ul><li><a title="Reuven&#39;s site" rel="nofollow" href="https://lerner.co.il/">Reuven&#39;s site</a></li><li><a title="Reuven&#39;s blog" rel="nofollow" href="http://blog.lerner.co.il/">Reuven&#39;s blog</a></li><li><a title="Reuven&#39;s online store" rel="nofollow" href="https://store.lerner.co.il/">Reuven&#39;s online store</a></li><li><a title="Reuven&#39;s newsletter" rel="nofollow" href="https://lerner.co.il/newsletter/">Reuven&#39;s newsletter</a></li><li><a title="newsletter for trainers" rel="nofollow" href="https://lerner.co.il/trainer-weekly/">newsletter for trainers</a></li><li><a title="Weekly Python Exercise: Newbie edition" rel="nofollow" href="http://bit.ly/2TJ3uan Python Exercise: Newbie edition</a> &mdash; a 10% discount code for Test & Code listeners for the late January cohort.</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...