Saturday, February 29, 2020

Test and Code: 103: Django - Lacey Williams Henschel

Django is without a doubt one of the most used web frameworks for Python. Lacey Williams Henschel is a Django consultant and has joined me to talk about Django, the Django community, and so much more.

Topics:

  • Django
  • The Django Community
  • Django Girls
  • Django Girls Tutorial
  • DjangoCon
  • Software Testing
  • Using tests during learning
  • pytest-django
  • testing Django
  • Wagtail

Special Guest: Lacey Williams Henschel.

Sponsored By:

Support Test & Code: Python Software Testing & Engineering

Links:

<p>Django is without a doubt one of the most used web frameworks for Python. Lacey Williams Henschel is a Django consultant and has joined me to talk about Django, the Django community, and so much more.</p> <p>Topics:</p> <ul> <li>Django</li> <li>The Django Community</li> <li>Django Girls</li> <li>Django Girls Tutorial</li> <li>DjangoCon</li> <li>Software Testing</li> <li>Using tests during learning</li> <li>pytest-django</li> <li>testing Django</li> <li>Wagtail</li> </ul><p>Special Guest: Lacey Williams Henschel.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/34ZzBsU" rel="nofollow">Raygun</a>: <a href="https://ift.tt/34ZzBsU" rel="nofollow">Detect, diagnose, and destroy Python errors that are affecting your customers. With smart Python error monitoring software from Raygun.com, you can be alerted to issues affecting your users the second they happen.</a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code: Python Software Testing & Engineering</a></p><p>Links:</p><ul><li><a href="https://ift.tt/q4NHeK" title="Django " rel="nofollow">Django </a></li><li><a href="https://ift.tt/1eJ7zX9" title="Django Girls " rel="nofollow">Django Girls </a></li><li><a href="https://ift.tt/2fSiKia" title="Django Girls Tutorial" rel="nofollow">Django Girls Tutorial</a></li><li><a href="https://ift.tt/2VAXsNg" title="DjangoCon US 2020 " rel="nofollow">DjangoCon US 2020 </a></li><li><a href="https://ift.tt/2aaNkAd" title="Django: Under the Hood" rel="nofollow">Django: Under the Hood</a></li><li><a href="https://pydata.org/" title="PyData" rel="nofollow">PyData</a></li><li><a href="https://ift.tt/2PChLpQ" title="PyCascades" rel="nofollow">PyCascades</a></li><li><a href="https://ift.tt/2tsMDzk" title="Django REST framework" rel="nofollow">Django REST framework</a></li><li><a href="https://ift.tt/2UVp8sZ" title="pytest-django" rel="nofollow">pytest-django</a></li><li><a href="https://wagtail.io/" title="Wagtail CMS - Django Content Management System" rel="nofollow">Wagtail CMS - Django Content Management System</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...