Quantcast
Channel: Python for Informatics's official Podcast.
Browsing all 22 articles
Browse latest View live

PY4INF-11-Regex.mp3

This is the eleventh lecture for Python For Informatics: Exploring Information and completes the first half of the book. Regular expressions allow us to look for patterns in data. They are both very...

View Article



PY4INF-10-Tuples.mp3

This is the tenth lecture for Python For Informatics: Exploring Information. Tuples are a lot like lists - so in this chapter, we kind of are reviewing lists and dictionaries as will as learning about...

View Article

PY4INF-09-Dictionaries.mp3

This is the ninth lecture for Python For Informatics: Exploring Information and covers dictionaries. Dictionaries are Python's most powerful way to store and organize data in a program. We are finally...

View Article

PY4INF-08-Lists.mp3

This is the eighth lecture for Python For Informatics: Exploring Information and describes our first data structure - Lists. Now that we are working with increasingly larger amounts of information we...

View Article

PY4INF-07-Files.mp3

This is the seventh lecture for Python For Informatics: Exploring Information and talks about reading and processing file data. Finally all the work in the previous chapters should start to make sense...

View Article


PY4INF-06-Strings.mp3

This is the sixth lecture for Python For Informatics: Exploring Information and covers strings. While early computers mostly focused on numeric computations, today computers spend a lot of time...

View Article

PY4INF-05-Iterations.mp3

This is the fifth lecture for Python For Informatics: Exploring Information and covers iterations or "loops". We see how to make Python do something over and over and look at commonly used loop...

View Article

PY4INF-04-Functions.mp3

This is the fourth lecture for Python For Informatics: Exploring Information and covers functions. Functions are how we write programs without repeating ourself over and over. Functions a pretty...

View Article


PY4INF-03-Conditional.mp3

This is the third lecture for Python For Informatics: Exploring Information and covers conditional execution. In this chapter we see how computer programs encode decisions and choices that they make....

View Article


PY4INF-02-Expressions.mp3

This is the second lecture for Python For Informatics: Exploring Information covering expressions, variables, and other Pyton language details. We are laying the groundwork for understanding the big...

View Article

PY4INF-01-Intro.mp3

This is the Introductory lecture for Python For Informatics: Exploring Information. It is a bit longer than the rest and give some background and motivation. If you are in a hurry - you could skip to...

View Article

Py4Inf-11-Regex.mp3

This is the eleventh lecture for Python For Informatics: Exploring Information and completes the first half of the book. Regular expressions allow us to look for patterns in data. They are both very...

View Article

Py4Inf-10-Tuples.mp3

This is the tenth lecture for Python For Informatics: Exploring Information. Tuples are a lot like lists - so in this chapter, we kind of are reviewing lists and dictionaries as will as learning about...

View Article


Py4Inf-09-Dictionaries.mp3

This is the ninth lecture for Python For Informatics: Exploring Information and covers dictionaries. Dictionaries are Python's most powerful way to store and organize data in a program. We are finally...

View Article

Py4Inf-08-Lists.mp3

This is the eighth lecture for Python For Informatics: Exploring Information and describes our first data structure - Lists. Now that we are working with increasingly larger amounts of information we...

View Article


Py4Inf-07-Files.mp3

This is the seventh lecture for Python For Informatics: Exploring Information and talks about reading and processing file data. Finally all the work in the previous chapters should start to make sense...

View Article

Py4Inf-06-Strings.mp3

This is the sixth lecture for Python For Informatics: Exploring Information and covers strings. While early computers mostly focused on numeric computations, today computers spend a lot of time...

View Article


Py4Inf-05-Iterations.mp3

This is the fifth lecture for Python For Informatics: Exploring Information and covers iterations or "loops". We see how to make Python do something over and over and look at commonly used loop...

View Article

Py4Inf-04-Functions.mp3

This is the fourth lecture for Python For Informatics: Exploring Information and covers functions. Functions are how we write programs without repeating ourself over and over. Functions a pretty...

View Article

Py4Inf-03-Conditional.mp3

This is the third lecture for Python For Informatics: Exploring Information and covers conditional execution. In this chapter we see how computer programs encode decisions and choices that they make....

View Article
Browsing all 22 articles
Browse latest View live




Latest Images