Programming In Any Language

 

Welcome to “Programming in Any Language”

This is the web site that houses all the YouTube videos found on the “Programming in Any Language” channel. The web site provides order to all the videos. Just searching for a particular C# concept on YouTube is great when you are researching a problem. But when you are trying to learn a language it helps to have some order in how you work through all the concepts.

The attached video takes you on a tour of the Web Site and gives you a philosophy of just how and why things are set up the way that they are. You’ll also find a “Speed Track” for learning a language. The "Speed Track” is set up to provide you with the basic programming concepts that have been around for 40 years or more. It gets you writing a program that covers all the basic concepts needed to write a meaningful program. This allows you get up-to-speed quickly and gives you a good reason, going forward, to take the time to learn many of the newer concepts in a language.

Enjoy.

What Programming Language Should I Learn First?

If you can program in one language, you can program in another one very easily.  Basically, all programming languages are the same.  They all take our commands and convert them into a set of ones and zeros for the computer to execute. This website will help you learn how to program by focusing on the basics.

C#, Python, Java, and others are all good languages. As of 2022 SQL was the most in demand as far as jobs go. That was followed by Java, Python, JavaScript, C#, C and many others. Which one you choose as your first language might be restricted to what’s needed in your area. Or it might be restricted to the languages your school offers if you are learning a language in school. The great thing to remember is that all languages are very similar. Once you learn one is it very easy to pick up another quickly.