On summary: You basically write instructions to a computer to do what you want it to do. To make those instructions you need to learn the tools you have available (functions, keywords and data types), and logic to glue all that. The computer executes instructions line-by-line just as we do anything. For example: To go to school i should: 1) Wake up 2) Dress up 3) Eat breakfast 4) Take the bus --