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:

 8.3 Strings and Lists | File Type: audio/mpeg | Duration: 482

We learn how to parse strings pull sub-strings out of a string using the split() function.

 8.3 Strings and Lists | File Type: audio/mpeg | Duration: 482

We learn how to parse strings pull sub-strings out of a string using the split() function.

 8.3 Strings and Lists | File Type: audio/mpeg | Duration: 482

We learn how to parse strings pull sub-strings out of a string using the split() function.

 9.1 Python Dictionaries | File Type: audio/mpeg | Duration: 483

We compare and contrast how Python lists and dictionaries are structured internally. How we use position to index lists and use keys to index dictionaries.

 9.1 Python Dictionaries | File Type: audio/mpeg | Duration: 483

We compare and contrast how Python lists and dictionaries are structured internally. How we use position to index lists and use keys to index dictionaries.

 9.1 Python Dictionaries | File Type: audio/mpeg | Duration: 483

We compare and contrast how Python lists and dictionaries are structured internally. How we use position to index lists and use keys to index dictionaries.

 9.2 Building Histograms | File Type: audio/mpeg | Duration: 566

We look at how we can use dictionaries to count the frequencies of many things at the same time. We learn how the key and value are related in a dictionary and example the get method to retrieve values from a Python dictionary.

 9.2 Building Histograms | File Type: audio/mpeg | Duration: 566

We look at how we can use dictionaries to count the frequencies of many things at the same time. We learn how the key and value are related in a dictionary and example the get method to retrieve values from a Python dictionary.

 9.2 Building Histograms | File Type: audio/mpeg | Duration: 566

We look at how we can use dictionaries to count the frequencies of many things at the same time. We learn how the key and value are related in a dictionary and example the get method to retrieve values from a Python dictionary.

 9.3 Counting Words in Text | File Type: audio/mpeg | Duration: 714

In this segment we bring everything together, reading a file, parsing the lines, and computing the frequencies of the words in the file. This is an important moment that pulls from everything we have learned so far.

 9.3 Counting Words in Text | File Type: audio/mpeg | Duration: 714

In this segment we bring everything together, reading a file, parsing the lines, and computing the frequencies of the words in the file. This is an important moment that pulls from everything we have learned so far.

 9.3 Counting Words in Text | File Type: audio/mpeg | Duration: 714

In this segment we bring everything together, reading a file, parsing the lines, and computing the frequencies of the words in the file. This is an important moment that pulls from everything we have learned so far.

 10.1 Understanding Tuples | File Type: audio/mpeg | Duration: 587

We look at the basic syntax and capabilities of Python tuples. We explore the concept of immutability, and we compare tuples to lists and strings.

 10.1 Understanding Tuples | File Type: audio/mpeg | Duration: 587

We look at the basic syntax and capabilities of Python tuples. We explore the concept of immutability, and we compare tuples to lists and strings.

 10.1 Understanding Tuples | File Type: audio/mpeg | Duration: 587

We look at the basic syntax and capabilities of Python tuples. We explore the concept of immutability, and we compare tuples to lists and strings.

Comments

Login or signup comment.