Mon Aug 25 -- syllabus. Install PyCharm (community, free edition). What is Python. What is a project. Hello world in Python. Setting variables. F strings in Python. Strings vs ints vs floats. if statements. For loops. While loops. First Programs.
Wed Aug 27 -- Guessing game in Python with random numbers. Adding "Here are your guesses so far".