Intro to Writing a Class in Python This video explains how to write a class in Python. In order to define a class in Python, you use the keyword class followed by the name of the class …
Creating Useable Functions . . . . . . . . . . . . . . . . . . . This video explains how to convert code, in which a turtle …
Welcome to Week 1 . . . . . . . . . . . . . . . . . . This video explains the objectives of week 1. During this week, you’ll …
Introduction to Inheritance in UML Class Diagrams . . . . . . . . . . . . . . . . . . This video explains how there are two basic types of relationships between …
What is Python? . . . . . . . . . . . . . . . . . . This video will introduce you to the Python programming language, why it …
Introduction to Images and Pixels . . . . . . . . . . . . . . . . . . This video introduces you to images and pixels by showing you code …
How to Design a Class . . . . . . . . . . . . . . . . . . This video explains how to create a class for a number guessing …