Python for Everybody (Video/PY4E) show

Python for Everybody (Video/PY4E)

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

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.

 Worked Exercise: Chapter 8 | File Type: audio/mpeg | Duration: 693

Strings, Files, Lists and the Guardian Pattern.

 Worked Exercise: Chapter 8 | File Type: audio/mpeg | Duration: 693

Strings, Files, Lists and the Guardian Pattern.

 Worked Exercise: Chapter 8 | File Type: audio/mpeg | Duration: 693

Strings, Files, Lists and the Guardian Pattern.

 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.

Comments

Login or signup comment.