Media Summary: Scope is a counter-intuitive property of programming, but one that is important to know. This intro addresses what is taught in this course, who this course is for and who is teaching it. Tuples are a data type that are similar to lists, but they have a few important differences.

Python 3 Basics 22 34 - Detailed Analysis & Overview

Scope is a counter-intuitive property of programming, but one that is important to know. This intro addresses what is taught in this course, who this course is for and who is teaching it. Tuples are a data type that are similar to lists, but they have a few important differences. Return allows functions to spit out some data when they are done running, allowing the rest of the code to retrieve it. Lists are ways to represent many points of similar data under one variable. Functions are a awesome because they give us ways to dynamically reuse code that we write.

Comparison Operators: (==, !=, <, >, <=, >=) Logical Operators (for compound conditions): (and, or, not) Modules are code that someone else has written, that they've allowed us to use. pip is a part of This prevents our code from crashing if something goes wrong. If statements are how we conditionally run lines of code.

Photo Gallery

Python 3 Basics (22/34) - Scope
Python 3 Basics (3/34) - Intro to Python 3
Python 3 Basics (0/34) - Intro to Python Basics 3
Python 3 Basics (23/34) - Tuples
Python 3 Basics (21/34) - return
Python 3 Basics (11/34) - Lists
Python 3 Basics (20/34) - Functions
Python 3 Basics (16/34) - Comparison operators, compound conditions and nesting
Python 3 Basics (1/34) -  Installing Python 3
Python 3 Basics (27/34) - Modules and pip
Python 3 Basics (32/34) - Try/Except
Python 3 Basics (29/34) - Write to text files
View Detailed Profile
Python 3 Basics (22/34) - Scope

Python 3 Basics (22/34) - Scope

Scope is a counter-intuitive property of programming, but one that is important to know.

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

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

In this

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 (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 (21/34) - return

Python 3 Basics (21/34) - return

Return allows functions to spit out some data when they are done running, allowing the rest of the code to retrieve it.

Python 3 Basics (11/34) - Lists

Python 3 Basics (11/34) - Lists

Lists are ways to represent many points of similar data under one variable.

Python 3 Basics (20/34) - Functions

Python 3 Basics (20/34) - Functions

Functions are a awesome because they give us ways to dynamically reuse code that we write.

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 (1/34) -  Installing Python 3

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

Here we install the latest version of

Python 3 Basics (27/34) - Modules and pip

Python 3 Basics (27/34) - Modules and pip

Modules are code that someone else has written, that they've allowed us to use. pip is a part of

Python 3 Basics (32/34) - Try/Except

Python 3 Basics (32/34) - Try/Except

This prevents our code from crashing if something goes wrong.

Python 3 Basics (29/34) - Write to text files

Python 3 Basics (29/34) - Write to text files

Create your own text files using

Python 3 Basics (13/34) - if

Python 3 Basics (13/34) - if

If statements are how we conditionally run lines of code.