Visual Studio Code for Python Developers Transcripts
Chapter: Editing Python Code with VS Code
Lecture: Editing Introduction

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Hello and welcome to this module on editing Python code in Visual Studio Code.
0:05 Let's go over what this module covers so that you can have a better idea of what to expect moving forward.
0:11 The first thing we're going to go through is what the default Python experience is like when writing Python code in Visual Studio Code.
0:18 After that, we're going to talk about how we can go about enhancing the Python experience in Visual Studio Code through a couple different mechanisms.
0:25 One of them being adding the Python extension, which gives you this richness, this rich developer experience when writing Python code and working within Python projects.
0:35 After that, we're going to talk about how you can go about formatting and refactoring your code for a Python project with Visual Studio Code and some of the tools that are available there.
0:44 We'll talk about linting and the different linting capabilities that are made available to us in Visual Studio Code.
0:51 Last but not least, we're going to talk about snippets in Visual Studio Code. Now, this isn't specific.
0:55 This isn't specific to Python projects, but in general, when you're working on a Python project, snippets can be handy to help you write code faster and with less keystrokes.
1:03 So we'll use that as an advantage to us when we're writing and editing Python code in Visual Studio Code. Now, let's get into the next video.


Talk Python's Mastodon Michael Kennedy's Mastodon