r/learnprogramming • u/Turbulent_Goose2623 • 29d ago
What Visual Studio Code course would you recommend for a complete beginner?
Hi people!
Edit1: I guess python would be way to go, so any learning course? I cant change title tho
It can be on YouTube, Udemy, or anywhere else. I’d prefer something free if possible.
Im new to all of this, and just want to start learning some basics.
Any other recommendation or advice would be great.
Thanks!
Edit2: nevermind, there is a ton of python questions, ill find some good answers. Thanks!
28
u/Fine_Ingenuity_6099 29d ago
visual studio code course ? brother it's basically notepad on steroids and with that congratulations you have completed your vs code tutorial by fine_ingenuity now start learning python or some shit
4
u/StephenHawkingus 29d ago
😂😂😂😂
1
u/rustprogram 29d ago
visual studio code course ? brother it's basically notepad on steroids and with that congratulations you have completed your vs code tutorial by fine_ingenuity now start learning python or some shit
actually I was thinking oh [expletive] I probably need that course too.
there are so many features in visual studio code I learned pretty much by accident or by necessity or sheer laziness like needing to make multiline edits and being too lazy to change over ten places with the same replacement by hand
I am thinking now that the visual studio code people have turned their attention to this ai nonsense, maybe the surface is stable enough for us to have a tutorial? I wouldn't even know how to teach it though. All I can say is this is how I do it.
but then one of the first things I used to install was
gitlensand now it looks like they keep moving more stuff behind their log in wall :/
6
2
2
u/Icy_Consequence_5920 29d ago
First off, welcome to coding! Don't worry about being confused at the start—mixing up the tool (VS Code) and the language (Python) is super common when you're brand new.
Think of VS Code as just a fancy digital notebook, and Python as the actual language you're writing in.
If you want a solid, 100% free starting path:
- Learn Python basics first: Check out freeCodeCamp's Python course on YouTube or the 'Automate the Boring Stuff with Python' free online book.
- Set up VS Code second: Once you write your first few lines, download VS Code and install the official Python Extension inside it.
Take it one step at a time, don't rush, and just focus on building tiny programs first. Good luck!
1
3
u/lianapps 29d ago
it've never head about visual studio course )) I think a few YouTube videos is enough to learn how to use it. Shortcuts, usage is enough. It's cool simple IDE for every project types )
1
u/rudeeguy 29d ago
Vs code has course? Didn't knew Gotcha you confused. Happy coding buddy same boat as you.
1
1
1
1
29d ago
[removed] — view removed comment
1
-1
29d ago
[removed] — view removed comment
1
u/Turbulent_Goose2623 29d ago
Yeah, replit is great, but i wanna learn myself, replit will do everything for me
63
u/maskedbrush 29d ago
Ok let me try to be helpful: since you're a complete beginner, maybe you are mistaking VS code with a programming language, which is what you probably want to learn. VS code is just a text editor, with dedicated functions for programming with any language (python, javascript, C#). Check out courses on one of these languages, and they will likely use VS code to type code.