Guide & Resource Hub

Object Composition Intro To Cs Python Khan Academy OV7lRiLg7_U

How does the computer decide whether two How can the computer store a value for later? Learn how to use variables to keep track of information in your...

Object composition | Intro to CS - Python | Khan Academy

Learn how to break down an

Object equality | Intro to CS - Python | Khan Academy

How does the computer decide whether two

Variables and assignment | Intro to CS - Python | Khan Academy

How can the computer store a value for later? Learn how to use variables to keep track of information in your programs. Explore ...

Classes and objects | Intro to CS - Python | Khan Academy

Write a class definition to define the template for a new data type, and then call the class to instantiate

Tracing lists | Intro to CS - Python | Khan Academy

How does the computer store a list in memory? Trace a program step-by-step to see how the computer interprets list definitions, ...

Tracing objects | Intro to CS - Python | Khan Academy

How does the computer represent an

Welcome to Intro to Computer Science - Python! | Intro to CS - Python | Khan Academy

Start practicing—and saving your progress—now with our

Functions | Intro to CS - Python | Khan Academy

How can we reuse a code routine over and over again? Learn how to use functions to package a block of code and parameters to ...

break and continue | Intro to CS - Python | Khan Academy

Learn how to terminate a loop early with the break statement and how to skip to the next iteration with the continue statement.

Tracing loop execution | Intro to CS - Python | Khan Academy

Trace how the computer executes a while loop step-by-step. Practice how to use the loop variable stop, start, and update values to ...

Evaluating compound boolean expressions | Intro to CS - Python | Khan Academy

Trace how the computer evaluates compound boolean expressions with the logical operators and, or, and not. See how the ...

Project preview: Profile page | Intro to CS - Python | Khan Academy

Preview the capstone Project for Unit 1: Computational thinking with variables. How do websites customize the same webpage for ...

Program design: Nim game | Intro to CS - Python | Khan Academy

Code along with a software engineer in this worked example using functions in a separate module. Apply modules and functions ...

Trending searches