Python for Everybody (Audio/PY4E) show

Python for Everybody (Audio/PY4E)

Summary: These are the audio lectures to supplement the textbook 'Python for Everybody: Exploring Information' and its associated web site www.py4e.com. There is also a video podcast of this material.

Join Now to Subscribe to this Podcast
  • Visit Website
  • RSS
  • Artist: Dr. Charles Russell Severance
  • Copyright: Dr. Charles R. Severance, CC-BY-NC

Podcasts:

 5.1 The Basics of Loops | File Type: audio/mpeg | Duration: 598

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 'continue' statements.

 5.1 The Basics of Loops | File Type: audio/mpeg | Duration: 598

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 'continue' statements.

 5.1 The Basics of Loops | File Type: audio/mpeg | Duration: 598

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 'continue' statements.

 5.2 Definite Loops | File Type: audio/mpeg | Duration: 411

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

 5.2 Definite Loops | File Type: audio/mpeg | Duration: 411

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

 5.2 Definite Loops | File Type: audio/mpeg | Duration: 411

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

 5.3 Patterns for Making Loops | File Type: audio/mpeg | Duration: 523

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 average.

 5.3 Patterns for Making Loops | File Type: audio/mpeg | Duration: 523

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 average.

 5.3 Patterns for Making Loops | File Type: audio/mpeg | Duration: 523

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 average.

 5.4 Loop Techniques | File Type: audio/mpeg | Duration: 1127

We continue to look at how to construct loops including how to do something special the first time through the loop. We introduce the idea of 'None' which is a way to indicate that a variable is currently empty.

 5.4 Loop Techniques | File Type: audio/mpeg | Duration: 1127

We continue to look at how to construct loops including how to do something special the first time through the loop. We introduce the idea of 'None' which is a way to indicate that a variable is currently empty.

 5.4 Loop Techniques | File Type: audio/mpeg | Duration: 1127

We continue to look at how to construct loops including how to do something special the first time through the loop. We introduce the idea of 'None' which is a way to indicate that a variable is currently empty.

 6.1 Storing Text Data in Strings | File Type: audio/mpeg | Duration: 642

We learn how to create string variables and extract portions of the data as well as write simple loops to read through the characters in a string.

 6.1 Storing Text Data in Strings | File Type: audio/mpeg | Duration: 642

We learn how to create string variables and extract portions of the data as well as write simple loops to read through the characters in a string.

 6.1 Storing Text Data in Strings | File Type: audio/mpeg | Duration: 642

We learn how to create string variables and extract portions of the data as well as write simple loops to read through the characters in a string.

Comments

Login or signup comment.