Python for Everybody (py4e.com) artwork

Courses · Dr. Charles Russell Severance

Python for Everybody (py4e.com)

by Dr. Charles Russell Severance

These are the lectures to supplement the textbook 'Python for Everybody: Exploring Information' and its associated web site py4e.com

Chart trend

Position in the Courses chart (US), last 90 days.

#16
all-time peak
447
days in the top 50 since Nov 2024

Latest episodes

Showing 20 · updated from the feed

1.1 Why Program

Explore the nature of programming and how programming a computer is different than using a computer.

Oct 1 2016
12 min

1.2 Hardware Architecture

In this lecture we learn abut how the computer processes and stores programs. We learn about the CPU, Memory, Storage and Input / Output devices are brought together to w

Oct 1 2016
12 min

1.3 Python as a Language

We look at how writing programs is just another form of communication. Instead of communicating with another person, we are communicating our ideas to a computer.

Oct 1 2016
7 min

1.4 What do we Say to Python?

We look at the basics of the Python language and how we write code in Python to communicate sequential steps, conditional steps and repeated steps.

Oct 1 2016
12 min

Installing Python 3 on a Macintosh

Installing Python 3 on a Macintosh

Sep 30 2016
4 min

Code Walkthrough: Hello World

Code Walkthrough: Hello World

Sep 30 2016
5 min

2.1 Building Blocks of Python

We look at Python's reserved words, how we name and use variables, why we choose meaningful (mnemonic) variable names and how assignment statements function.

Sep 30 2016
9 min

2.2 Expressions

We look at how we use various numerical and string operations to compute new information and store the new values in variables.

Sep 30 2016
19 min

Code Walkthrough: Exercise 2.2

Code Walkthrough: Exercise 2.2

Sep 30 2016
6 min

Code Walkthrough: Exercise 2.3

Code Walkthrough: Exercise 2.3

Sep 30 2016
7 min

3.1 If-Then-Else

The most basic conditional structure is the if statement where we either execute or skip a segment of code based on the results of a logical expression (i.e. asking a que

Sep 30 2016
11 min

3.2 More Conditional Statements

In this video we look at multi-branch if statements and the try-except concept where we can indicate a group of statements to be executed if something goes wrong with a b

Sep 30 2016
13 min

Code Walkthrough: Exercise 3.1

Code Walkthrough: Exercise 3.1

Sep 30 2016
12 min

Code Walkthrough: Exercise 3.2

Code Walkthrough: Exercise 3.2

Sep 30 2016
9 min

4.1 Using Pre-Defined Functions

We look at how code flows into and out of functions as well has how we pass information into functions and get results returned to us.

Sep 30 2016
10 min

4.2 Building our Own Functions

We look at how to build our own functions using parameters and arguments as well as how we return results to the code that is calling our functions.

Sep 30 2016
12 min

Code Walkthrough: Exercise 4.6

Code Walkthrough: Exercise 4.6

Sep 30 2016
10 min

5.1 The Basics of Loops

We look at how we construct a loop so that it runs as long as we want it to run. We learn about iteration variables and exiting loops with the 'break' and &apos

Sep 30 2016
9 min

5.2 Definite Loops

We learn how to use the 'for' statement in Python to loop through a set of data.

Sep 30 2016
6 min

5.3 Patterns for Making Loops

Loops have a beginning, middle, and end. We look ant how we construct a loop to look at a list of items one at a time so we can compute an overall maximum, minimum or ave

Sep 30 2016
8 min

Chart positions

Where Python for Everybody (py4e.com) ranks today in each Apple Podcasts chart (US, Sep 10, 2026).

#104 ▲ 22 Courses US

More podcasts like Python for Everybody (py4e.com)

Popular shows in Courses, for your next listen.

Browse charts by category

Daily updated Apple Podcasts rankings for the United States.

About Python for Everybody (py4e.com) on Reason.fm

Here you find the Apple Podcasts chart positions of Python for Everybody (py4e.com), its latest episodes to listen to directly, and reviews from listeners. Rankings are updated daily for the United States.

Contact

Questions or issues? Reach us at hello@reason.fm

0:000:00