We have downloaded and installed Python and Wing IDE. WE then have started to explore the first commands in Python.
turtle.forward(), turtle.right(), turtle.color(),loop-
Assignment
Draw a square spiral
Session Minutes
60
Minutes Student Attended
60
Lesson Comments
Cabo has been very receptive to coding. I think he enjoyed seing the results of his efforts right away.
Cabo was guided through a review of the material from Chapter 3 & 4. We spoke about modulo, variable assignment, concatenation, syntax for strings, lower, len, capitalize, indexing, immutability of strings and other concepts briefly.
Cabo then took the test provided by the text.
He did an excellent job on the test.
We then moved on to our lesson on Turtles in Python.
Knowing that Cabo has prior experience with turtles, the content of the chapter was modified to focus less on the concepts. Instead we focused on the syntax in Python required to apply the concepts that Cabo already knows.
We covered approximately half of the content of the next chapter in half a class today. We hope to finish the chapter tomorrow.
Cabo worked through a series of ten questions where the code was jumbled and he was tasked with rearranging it.
He answered all but one of the questions correctly on the first attempt.
We then revisited some of the questions from yesterday's session. We made sure that Cabo was still able to solve those problems and to do so in a way that would earn him full points on his test. He did well, but could probably benefit from one more quick review of this material.
Cabo worked on a series of problems dealing with syntax and arithmetic calculations, concatenation of strings, converting numbers to strings, and indexing strings.
Cabo worked on each problem until he was able to come to correct solution.
Today we discussed how strings are immutable. We discussed some of the functions that are available in Python to manipulate strings. We focused on the lowercase(), capitalize(), len() functions as well as slicing and indexing.
Cabo completed exercises as we learned about each new portion of the lesson. He was focused and displayed a mastery of the content being presented.