We're going over how to teach yourself programming, how to make it easy to get into working with code. There's nothing wrong with looking to search engines, stackoverflow or asking an LLM (large language model) for help. In fact, experienced engineers do this and we'll go over how to do these things.
We'll cover two programming languages. Beginners often worry about making the wrong time investment and here I hope to demonstrate that languages have similar constructs and paradigms in common and the more important thing to learn is those, which can then be looked up in the language you need to work in. Once you know a few programming languages, it becomes easy to learn new ones.
For this class, we will do a quick overview of two popular languages, JavaScript and Python. Both are interpreted languages that you can start playing with right now from your browser without installing anything. We will cover how to do that and also how to develop i