Tuesday, May 7, 2019

Reuven Lerner: My interview on the “Talk Python” podcast

I was delighted to appear on the popular “Talk Python to Me” podcast, run by Michael Kennedy. In the podcast, I talk about teaching, learning, and teaching Python to companies. If you’re interested in how to learn better or teach better, then I think you’ll enjoy this episode!

The episode is here: https://talkpython.fm/episodes/show/210/making-the-most-out-of-in-person-training


The post My interview on the “Talk Python” podcast appeared first on Reuven Lerner.



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