Hi everyone! I'm completely new to programming and initially thought I needed a course specifically for Visual Studio Code. I'd like to start with the basics, and I'm leaning toward Python if that's a good choice. Are there any beginner-friendly courses on YouTube, Udemy, or elsewhere, preferably free? I'd also appreciate general advice on getting started.
3 Answers
A short overview of the editor should be enough to get started. If you’re unsure where everything fits together, you could first ask an AI assistant to explain the broad concepts in beginner-friendly language, then take a structured Python course and use VS Code for the exercises. Having that bigger picture can make the details easier to understand.
Visual Studio Code isn’t a programming language or something that usually needs a full course. It’s a code editor with helpful features for working in languages like Python, JavaScript, or C#. I’d recommend choosing a language first and following a beginner course for that. The course will probably show you how to use VS Code along the way.
You can learn the basics of VS Code pretty quickly with a short tutorial. Most of what you’ll need at first is creating files, running your code, using the terminal, and learning a few useful shortcuts. The important part is practicing programming, not mastering the editor.

I didn’t realize that—thanks for explaining! I’ll focus on learning Python rather than looking for a dedicated VS Code course.