Python Lesson 1: Summary 1. What is Python?
Python is an easy programming language used for
apps, websites, data science, AI, and automation. 2. How to Start Coding Python You can use: -
[Link] (no installation) - Download from [Link] 3. First Python Program print("Hello, world!")
4. Example print("My name is Henry") print("I am learning Python") 5. Exercise Write a program that
prints: 1. Your full name 2. Your favourite color 3. Why you want to learn Python