Search for tag: "slash"

Website - Moving Content to Subsections

Tutorial for creating new subsection (site administrator only) and moving existing content to new subsection. For additional information:CCE TDX HelpDesk Knowledge Base Article - CCE Website Overview…

+21 More
From  Christi Smith 7 plays

Lesson 26.3 While-Loop Ranges

While-loops require additional patterns beyond the simple accumulator pattern that we used in for-loops. In this video, we talk about the first such pattern, which is replacing the range iterator.…

+19 More
From  Hannah Lee 81 plays

Lesson 14.4 Try-Except and Testing

We have a new control structure, so it is time once again to talk about testing. In this video we revisit the concept of code coverage and show testing a try-except is very similar to testing a…

+19 More
From  Hannah Lee 64 plays

Lesson 10.7 Multifunction Debugging

Top-down design simplifies the design of code, but it can make debugging a little more complicated. Now bugs are potentially spread across multiple functions. In this video we look at an extended…

+19 More
From  Hannah Lee 85 plays

Lesson 6.5 String Processing

The focus of the first assignment will be to write functions that take a string as input and produce a string as output. We sometimes call this (informally) string processing. This can be a daunting…

+19 More
From  Hannah Lee 113 plays

Lesson 1.3. Float Expressions

Integers are not the only number type in Python. There is also the float type, which is the set of real numbers. Floats can do just about everything that integers So why then does Python need a…

+19 More
From  Hannah Lee 175 plays

Lesson 1.2 Int Expressions

The most familiar type in Python is int, the set of integers. It supports all of the basic mathematical expressions that you expect, like addition, subtraction, multiplication, and division. However,…

+19 More
From  Hannah Lee 199 plays