Computer Programming Fundamentals

Computer Programming Fundamentals

You're about to lay your hands on my most proudly fundamental course. This is where to begin if you've never written a line of code in your life or even if you have, and want to review the basics. No matter what programming language you're most interested in, even if you're not completely sure about that, this course will make learning that language easier. We'll do this by starting with the most fundamental critical questions: How do you actually write a computer program and get the computer to understand it? We'll jump into the syntax, the rules of programming languages and see many different examples to get the big picture of how we need to think about data and control the way our programs flow. We'll even cover complex topics like recursion and data types. We will finish by exploring things that make real world programming easier, from libraries and frameworks to SDKs and APIs. But you won't find a lot of bullet points in this book. This...