Saturday, May 30, 2020

Test and Code: 115: Catching up with Nina Zakharenko

One of the great things about attending in person coding conferences, such as PyCon, is the hallway track, where you can catch up with people you haven't seen for possibly a year, or maybe even the first time you've met in person.

Nina is starting something like the hallway track, online, on twitch, and it's already going, so check out the first episode of Python Tea.

Interesting coincidence is that this episode is kind of like a hallway track discussion between Nina and Brian.

We've had Nina on the show a couple times before, but it's been a while.

In 2018, we talked about Mentoring on episode 44.
In 2019, we talked about giving Memorable Tech Talks in episode 71.

In this episode, we catch up with Nina, find out what she's doing, and talk about a bunch of stuff, including:

  • Live Coding
  • Online Conferences
  • Microsoft Python team
  • Python Tea, an online hallway track
  • Q&A with Python for VS Code team
  • Python on hardware
  • Adafruit
  • Device Simulator Express
  • CircuitPython
  • Tricking out your command prompt
  • Zsh and Oh My Zsh
  • Emacs vs vi key bindings for shells
  • Working from home

Special Guest: Nina Zakharenko.

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

Links:

<p>One of the great things about attending in person coding conferences, such as PyCon, is the hallway track, where you can catch up with people you haven&#39;t seen for possibly a year, or maybe even the first time you&#39;ve met in person. </p> <p>Nina is starting something like the hallway track, online, on twitch, and it&#39;s already going, so check out <a href="https://ift.tt/2MgkqU4" rel="nofollow">the first episode of Python Tea</a>.</p> <p>Interesting coincidence is that this episode is kind of like a hallway track discussion between Nina and Brian.</p> <p>We&#39;ve had Nina on the show a couple times before, but it&#39;s been a while.<br><br> In 2018, we talked about <a href="https://ift.tt/3eACK6t" rel="nofollow">Mentoring on episode 44</a>.<br> In 2019, we talked about <a href="https://ift.tt/36fHxX1" rel="nofollow">giving Memorable Tech Talks in episode 71</a>.</p> <p>In this episode, we catch up with Nina, find out what she&#39;s doing, and talk about a bunch of stuff, including:</p> <ul> <li>Live Coding</li> <li>Online Conferences</li> <li>Microsoft Python team</li> <li>Python Tea, an online hallway track</li> <li>Q&amp;A with Python for VS Code team</li> <li>Python on hardware</li> <li>Adafruit</li> <li>Device Simulator Express</li> <li>CircuitPython</li> <li>Tricking out your command prompt</li> <li>Zsh and Oh My Zsh</li> <li>Emacs vs vi key bindings for shells </li> <li>Working from home</li> </ul><p>Special Guest: Nina Zakharenko.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2ZQkhyu" rel="nofollow">Python Morsels</a>: <a href="https://ift.tt/2ZQkhyu" rel="nofollow">Level up your Python skills with challenges and expert advice.</a></li><li><a href="https://configcat.com/" rel="nofollow">ConfigCat.com</a>: <a href="https://configcat.com/" rel="nofollow">Release features faster with less risk with ConfigCat feature flags.</a> Promo Code: TESTANDCODE</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://ift.tt/2trMii4" title="nnjaio - Twitch" rel="nofollow">nnjaio - Twitch</a></li><li><a href="https://twitter.com/nnja" title="Nina Zakharenko 💜🐍 (@nnja) / Twitter" rel="nofollow">Nina Zakharenko 💜🐍 (@nnja) / Twitter</a></li><li><a href="https://ift.tt/2XfHtom" title="Device Simulator Express - Visual Studio Marketplace" rel="nofollow">Device Simulator Express - Visual Studio Marketplace</a></li><li><a href="https://ift.tt/2MfE16I" title="Initial code for Microsoft's PyBadge at PyCon 2020" rel="nofollow">Initial code for Microsoft's PyBadge at PyCon 2020</a></li><li><a href="https://www.youtube.com/watch?v=5AYIe-3cD-s&feature=youtu.be" title="Goodbye Print, Hello Debugger! - Nina Zakharenko - PyCon 2020 Talk " rel="nofollow">Goodbye Print, Hello Debugger! - Nina Zakharenko - PyCon 2020 Talk </a></li><li><a href="https://dev.to/nnja" title="𝙽𝚒𝚗𝚊 𝚉𝚊𝚔𝚑𝚊𝚛𝚎𝚗𝚔𝚘 💜🐍 - DEV.to" rel="nofollow">𝙽𝚒𝚗𝚊 𝚉𝚊𝚔𝚑𝚊𝚛𝚎𝚗𝚔𝚘 💜🐍 - DEV.to</a></li><li><a href="https://twitter.com/nnja/status/1265781800212652032?s=20" title="Python Tea Announcement" rel="nofollow">Python Tea Announcement</a></li><li><a href="https://ift.tt/2TXOIzg" title="The Live Coders Conference" rel="nofollow">The Live Coders Conference</a></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...