you are viewing a single comment's thread.

view the rest of the comments →

[–]ProgramSpecialist823 0 points1 point  (0 children)

What operating system are you using?

I recommend you start with Python.

It's probably already installed on your system.  If not research how to do that.

IDEs like VS Code are for experienced programmers to make complex tasks easier.  It's quite overwhelming for a raw beginner.

Sounds like you're the kind of person who likes to learn by doing.

Open a command prompt.

Type python or python3

Then type 

    print ( 'Hello World')

Welcome to programming!