Python S1E2 : What is Programming
What is programming? Feel free to skip this part if you already know everything I will be talking about. W all know very well that computers doesn't have Felling. They don't work any faster or slower depending on if we're angry at them or if we're happy. No doubt that Computers can perform millions of calculations per second, but they require us to tell them exactly what to do. If they do something else than we want them to do the problem is usually that they don't understand our instructions the way we understand them. The only big difference between programming and what you're familiar with already is that instead of clicking buttons to do things we will use our beautiful keyboard to write the instructions using a programming language in our case its python . Most programming languages consist of English words, digits and some characters that have special meanings just like abbreviations . Unlike people often think, programming is usually not compl...