\...NOTES.../ --------------------------------------------------------------- Day 1 - What is Programming and Python? 1) What is Programming • Programming is a way for us to tell computers what to do. Computer is a very dumb machine and it only does what we tell it to do. • Hence, we learn programming and tell computers to do what we are very slow at - computation. If I ask you to calculate 5+6, you will immediately say 11. How about 23453453 X 56456? • You will start searching for a calculator or jump to a new tab to calculate the same. These 100 days of code series will help you learn • python from starting to the end. We will start from 0 and by the time we end this course, I promise you will be a Job ready Python developer! 2) What is Python? • Python is a dynamically typed, general purpose programming language that supports an object-oriented programming approach as well as a functional programming approach. • Python is an interpreted and a high-level programming langua