Unit 0-02

Learning Outcome

At the end of this lesson, you will be able to:

  • create your second program, several lines of text

Review

  • review making the "Hello World" application and using the console
  • go over "Hello, World!" in Python
    • you can use this REPL (note: we will be using Python 3)
    • we will just be using Python console as our primary language
    • ensure you log in with your student Google account
    • note that the comment header has the extra "shebang"
#!/usr/bin/env python3

# Created by: John Smith
# Created on: 08-Aug-20XX
# Created for: ICS3U
# Daily Assignment – Intro-0X
# This program displays Hello World

print("Hello, World!")

Lesson

Activity

  • nill

Daily Assignment

  • create Address, GUI program for yourself in Python 3
    • save your code and a screenshot in today's template
    • save the template up to Google Drive

Code Links

Next Day Prep

  • read "Introduction", Chapter 1
    • Computer Based Problem Solving