|
Zoom Recording ID: 98998360057
UUID: Lkd3eMy2QKSSx7Z8jMekgQ==
Meeting Time: 2021-10-13T12:04:01Z
|
|
Zoom Recording ID: 92469038493
UUID: VBQgCUGuRQqY4gSfBRMUKQ==
Meeting Time: 2021-10-06T12:06:03Z
|
|
Zoom Recording ID: 94778170067
UUID: XjcY4BvPTZqLLqBPsNQKng==
Meeting Time: 2021-09-27T12:04:27Z
|
|
In this session we review how we read error messages in Python. We also show how to both create errors and how to recover from them.Once again, we will spend a significant amount of this class on…
|
|
We now know how to do assert statements to create errors. But the error messages are a little cryptic. In this video we talk about how we can do a better job.
|
|
We have said that objects are essentially folders? But the command line cannot display these folders using text. In this video, we talk about what the command line does show when we look at an object…
|
|
Both specifications and testing are critical for the first assignment. But many students struggle with them because they are so “fuzzy”.To help you improve your skills here, we have are…
|
|
Strings are very powerful type that we will use in the first major assignment. In this video we introduce the three main string functions that you should be aware of.
|
|
For the most part, operations are used to combine two expressions of the same type. Adding together two ints is different from adding together two strings. In this video we see what happens when we…
|
|
Strings are the type for text data. We will go into much more depth with this type in a later module. In this video, we just introduce the basics to complete our overview of Python types.
|
|
|