Here's an idea - start with what you want to do with any programming language.
1: For employment?
2: For fun?
3: For a specific project?
Some computer languages are commonly used for certain things. C# and C++ are commonly used to write stand alone software (MS Word, Excel - stuff like that). Java and Javascript are mostly used for small apps or apps running on the internet (and are obnoxiously touchy about compatibility with versions).
Python is a scripting language and is used in the IT industry pretty much just with Linux for a variety of purposes.
Some of these have their own websites where you can download references or even code (samples or complete programs). Others do have some reference sites that are free (or mostly free).
Python -
https://www.python.org/
C# -
https://www.w3schools.com/cs/
C++ -
https://www.cplusplus.com/
Swift -
https://swift.org/
Golang -
https://golang.org/
Javascript -
https://www.w3schools.com/js/
Java -
https://www.w3schools.com/java/java_intro.asp
Kotlin -
https://kotlinlang.org/
Scala -
https://www.scala-lang.org/
Ruby -
https://www.ruby-lang.org/en/
All of the home pages for these newer languages have a community of developers/enthusiasts that are able and willing to help "newbies" get going. They also tend to have fairly complete documentation.
Still - you do need to think about what you want to do with any programming language before you jump into one. Also, beware that there is NO shortcut to learning a programming language. Even the simpler languages (like good ol' BASIC) have lots of complexity and you have to watch what you are doing - and be prepared to mess it up big time for awhile.
You will not become a master of any of them just by reading a book or asking a few questions. You have to dig in and get your hands dirty. Play with it, mess up and learn from the mistakes.