Media Summary: Tuples are a data type that are similar to lists, but they have a few important differences. This intro addresses what is taught in this course, who this course is for and who is teaching it. We can attach else blocks to our if blocks. When the if statement is false, the only the else block runs. If the statement is true, only ...

Python 3 Basics 23 34 - Detailed Analysis & Overview

Tuples are a data type that are similar to lists, but they have a few important differences. This intro addresses what is taught in this course, who this course is for and who is teaching it. We can attach else blocks to our if blocks. When the if statement is false, the only the else block runs. If the statement is true, only ... Parsing is converting a variable from one data type to another. The function type() helps us keep track of what variable is which ... If statements are how we conditionally run lines of code. Comparison Operators: (==, !=, <, >, <=, >=) Logical Operators (for compound conditions): (and, or, not)

Strings are the data type that hold text. break allows us to stop a loop. continue advances us to the next iteration of a loop.

Photo Gallery

Python 3 Basics (23/34) - Tuples
Python 3 Basics (3/34) - Intro to Python 3
Python 3 Basics (4/34) - Math
Python 3 Basics (0/34) - Intro to Python Basics 3
Python 3 Basics (14/34) - else
Python 3 Basics (10/34) - input()
Python 3 Basics (9/34) - Parsing and type
Python 3 Basics (13/34) - if
Python 3 Basics (1/34) -  Installing Python 3
Python 3 Basics (16/34) - Comparison operators, compound conditions and nesting
Python 3 Basics (8/34) - Strings
Python 3 Basics (24/34) - break and continue
View Detailed Profile
Python 3 Basics (23/34) - Tuples

Python 3 Basics (23/34) - Tuples

Tuples are a data type that are similar to lists, but they have a few important differences.

Python 3 Basics (3/34) - Intro to Python 3

Python 3 Basics (3/34) - Intro to Python 3

In this

Python 3 Basics (4/34) - Math

Python 3 Basics (4/34) - Math

Math in

Python 3 Basics (0/34) - Intro to Python Basics 3

Python 3 Basics (0/34) - Intro to Python Basics 3

This intro addresses what is taught in this course, who this course is for and who is teaching it.

Python 3 Basics (14/34) - else

Python 3 Basics (14/34) - else

We can attach else blocks to our if blocks. When the if statement is false, the only the else block runs. If the statement is true, only ...

Python 3 Basics (10/34) - input()

Python 3 Basics (10/34) - input()

input() is a function that is built into

Python 3 Basics (9/34) - Parsing and type

Python 3 Basics (9/34) - Parsing and type

Parsing is converting a variable from one data type to another. The function type() helps us keep track of what variable is which ...

Python 3 Basics (13/34) - if

Python 3 Basics (13/34) - if

If statements are how we conditionally run lines of code.

Python 3 Basics (1/34) -  Installing Python 3

Python 3 Basics (1/34) - Installing Python 3

Here we install the latest version of

Python 3 Basics (16/34) - Comparison operators, compound conditions and nesting

Python 3 Basics (16/34) - Comparison operators, compound conditions and nesting

Comparison Operators: (==, !=, <, >, <=, >=) Logical Operators (for compound conditions): (and, or, not)

Python 3 Basics (8/34) - Strings

Python 3 Basics (8/34) - Strings

Strings are the data type that hold text.

Python 3 Basics (24/34) - break and continue

Python 3 Basics (24/34) - break and continue

break allows us to stop a loop. continue advances us to the next iteration of a loop.