Original Tutorialby freeCodeCamp.org What is a programmingProgramming language is like a interpreter between human and computerLow level and high level programming language -> the lower the more similar to machine codeHow do we write code?We often use IDE (integrated development environment) - a place to write, run and debug codes e.g. VS Code IDEs are good for:Error trackingAuto-fillProject hierarchyA syntax is set of rules specific to programming languages -> similar to grammarHow to type o...