Thursday, March 21, 2019

Test and Code: 69: The Pragmatic Programmer - Andy Hunt

Andy Hunt and Dave Thomas wrote the seminal software development book, The Pragmatic Programmer. Together they founded The Pragmatic Programmers and are well known as founders of the agile movement and authors of the Agile Manifesto. They founded the Pragmatic Bookshelf publishing business in 2003.

The Pragmatic Bookshelf published it's most important book, in my opinion, in 2017 with the first pytest book available from any publisher.

Topics:

Special Guest: Andy Hunt.

Sponsored By:

Support Test & Code - Software Testing, Development, Python

<p>Andy Hunt and Dave Thomas wrote the seminal software development book, The Pragmatic Programmer. Together they founded The Pragmatic Programmers and are well known as founders of the agile movement and authors of the Agile Manifesto. They founded the Pragmatic Bookshelf publishing business in 2003. </p> <p>The Pragmatic Bookshelf published it&#39;s most important book, in my opinion, in 2017 with the first <a href="https://ift.tt/2nL8dbT" rel="nofollow">pytest book</a> available from any publisher.</p> <p>Topics:</p> <ul> <li><a href="https://ift.tt/1zQ11fm" rel="nofollow">The Pragmatic Programmer</a>, the book</li> <li>The <a href="https://ift.tt/2nvot44" rel="nofollow">Manifesto for Agile Software Development</a></li> <li>Agile methodologies and lightweight methods</li> <li>Some issues with &quot;Agile&quot; as it is now.</li> <li>The <a href="https://ift.tt/2TWeGnW" rel="nofollow">GROWS Method</a> </li> <li><a href="https://pragprog.com/" rel="nofollow">Pragmatic Bookshelf</a>, the publishing company</li> <li>How Pragmatic Bookshelf is different, and <a href="https://ift.tt/2JvoSjg" rel="nofollow">what it&#39;s like to be an author</a> with them.</li> <li>Reading and writing sci-fi novels, including <a href="https://ift.tt/2TYM39M" rel="nofollow">Conglommora</a>, Andy&#39;s novels.</li> <li><a href="https://ift.tt/2JEZzeO" rel="nofollow">Playing music</a>.</li> </ul><p>Special Guest: Andy Hunt.</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 - Software Testing, Development, Python</a></p>

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