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:

 2.2 Expressions | File Type: audio/mpeg | Duration: 1192

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

 2.2 Expressions | File Type: audio/mpeg | Duration: 1192

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

 2.2 Expressions | File Type: audio/mpeg | Duration: 1192

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

 3.1 If-Then-Else | File Type: audio/mpeg | Duration: 809

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 question).

 3.1 If-Then-Else | File Type: audio/mpeg | Duration: 809

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 question).

 3.1 If-Then-Else | File Type: audio/mpeg | Duration: 809

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 question).

 3.2 More Conditional Statements | File Type: audio/mpeg | Duration: 831

In this lecture 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 block of statements.

 3.2 More Conditional Statements | File Type: audio/mpeg | Duration: 831

In this lecture 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 block of statements.

 3.2 More Conditional Statements | File Type: audio/mpeg | Duration: 831

In this lecture 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 block of statements.

 4.1 Using Pre-Defined Functions | File Type: audio/mpeg | Duration: 629

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.

 4.1 Using Pre-Defined Functions | File Type: audio/mpeg | Duration: 629

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.

 4.1 Using Pre-Defined Functions | File Type: audio/mpeg | Duration: 629

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.

 4.2 Building our Own Functions | File Type: audio/mpeg | Duration: 754

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.

 4.2 Building our Own Functions | File Type: audio/mpeg | Duration: 754

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.

 4.2 Building our Own Functions | File Type: audio/mpeg | Duration: 754

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.

Comments

Login or signup comment.