Lecture Notes on 30 Aug 2017 * Install Python (if using Windows) and run the Hello World program. def main(): print ("Hello World!") main() * Read Chapter 1 from your book.