Friday, March 6, 2020

Talk Python to Me: #254 A Python mentorship story

How do you go from poking around at Python code to actually solving real problems, the right way? <br/> <br/> There are many paths. The longest one probably is to get a 4-year CS degree. Maybe faster, but pricy as well, is a solid in-person developer bootcamp. <br/> <br/> Have you considered reaching out to the community to find a mentor? Many Python meetups have project nights where folks who could help will be attending. If you're up for giving back, maybe you could become a mentor too. <br/> <br/> That's what this episode is about. We'll hear from two former guests of Talk Python, Rusti Gregory and Doug Farrell. They teamed up and are back to share their mentorship story!<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Guests</b><br/> <br/> <b>Rusti Gregory</b>: <a href="https://ift.tt/2wwXeMF" target="_blank" rel="noopener">talkpython.fm</a><br/> <b>Doug Farrell</b>: <a href="https://twitter.com/writeson" target="_blank" rel="noopener">@writeson</a><br/> <br/> <b>Doug's Real Python articles</b>: <a href="https://ift.tt/38wM3Rx" target="_blank" rel="noopener">realpython.com</a><br/> <b>Code Mentor Program</b>: <a href="https://ift.tt/3aDYCf1" target="_blank" rel="noopener">codementor.io</a><br/> <b>D-Tale Project</b>: <a href="https://ift.tt/39d9H75" target="_blank" rel="noopener">github.com</a><br/> <b>Let Me Google That For You Example</b>: <a href="https://ift.tt/3aEeY7H" target="_blank" rel="noopener">lmgtfy.com</a><br/> <b>JustPy Web Project</b>: <a href="https://justpy.io/#/" target="_blank" rel="noopener">justpy.io</a><br/> <b>Doug's Well-Grounded Python Dev Book</b>: <a href="https://ift.tt/382l8h5" target="_blank" rel="noopener">manning.com</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...