Thursday, June 18, 2020

Test and Code: 117: Python extension for VS Code - Brett Cannon

The Python extension for VS Code is most downloaded extension for VS Code.
Brett Cannon is the manager for the distributed development team of the Python extension for VS Code.

In this episode, Brett and I discuss the Python extension and VS Code, including:

  • pytest support
  • virtual environment support
  • how settings work, including user and workspace settings
  • multi root projects
  • testing Python in VS Code
  • debugging and pydevd
  • jump to cursor feature
  • upcoming features

Special Guest: Brett Cannon.

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

Links:

<p>The Python extension for VS Code is most downloaded extension for VS Code. <br> Brett Cannon is the manager for the distributed development team of the Python extension for VS Code.</p> <p>In this episode, Brett and I discuss the Python extension and VS Code, including:</p> <ul> <li>pytest support</li> <li>virtual environment support</li> <li>how settings work, including user and workspace settings</li> <li>multi root projects</li> <li>testing Python in VS Code</li> <li>debugging and pydevd</li> <li>jump to cursor feature</li> <li>upcoming features</li> </ul><p>Special Guest: Brett Cannon.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/3daWFHZ" rel="nofollow">PyBites Code Challenges</a>: <a href="https://ift.tt/3daWFHZ" rel="nofollow">Get some expert help in setting your career strategy in Python.</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/30SnBKb" title="Brett Cannon on Changelog" rel="nofollow">Brett Cannon on Changelog</a></li><li><a href="https://ift.tt/2PNYTGR" title="John Wick" rel="nofollow">John Wick</a></li><li><a href="https://ift.tt/33d7Gnr" title="Ballerina" rel="nofollow">Ballerina</a></li><li><a href="https://ift.tt/23YDmWW" title="Frank Willison Award" rel="nofollow">Frank Willison Award</a></li><li><a href="https://ift.tt/2AvTvwr" title="Python extension for VS Code" rel="nofollow">Python extension for VS Code</a></li><li><a href="https://ift.tt/2WDp7xL" title="episode 117 : How IDEs can make software testing easier - Paul Everitt" rel="nofollow">episode 117 : How IDEs can make software testing easier - Paul Everitt</a></li><li><a href="https://ift.tt/2pAmcSP" title="User and Workspace Settings" rel="nofollow">User and Workspace Settings</a></li><li><a href="https://ift.tt/2meseZ4" title="virtual environments" rel="nofollow">virtual environments</a></li><li><a href="https://ift.tt/30UK5tN" title="Testing Python in VS Code" rel="nofollow">Testing Python in VS Code</a></li><li><a href="https://ift.tt/1NKV3Um" title="pydevd" rel="nofollow">pydevd</a></li><li><a href="https://ift.tt/2uuugMX" title="Jump to Cursor in Feb VS Code Python blog" rel="nofollow">Jump to Cursor in Feb VS Code Python blog</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...