forked from csev/py4e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
audiofeed.xml
167 lines (166 loc) · 17.3 KB
/
audiofeed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang='en-US' version="2.0">
<channel>
<title>Python for Informatics's official Podcast.</title>
<itunes:subtitle>Recorded audio lectures for Python.</itunes:subtitle>
<link>http://www.pythonlearn.com/</link>
<description>This is the audio from the pre-recorded lectures for the book Python for Informatics: Exploring Information</description>
<itunes:summary>This is the audio from the pre-recorded lectures for the book Python for Informatics: Exploring Information</itunes:summary>
<language>en-us</language>
<copyright>Copyright 2010- Charles Severance, CC-BY.</copyright>
<pubDate>Wed, 18 Sep 2013 01:04:00 GMT</pubDate>
<lastBuildDate>Wed, 18 Sep 2013 03:13:00 GMT</lastBuildDate>
<generator>CTools 2.9H_128917 - 8 https://ctools.umich.edu/</generator>
<itunes:author>Charles Severance</itunes:author>
<itunes:owner>
<itunes:name>Charles Severance</itunes:name>
<itunes:email>csev@umich.edu</itunes:email>
</itunes:owner>
<itunes:category text="Technology"/>
<itunes:image href="http://www.pythonlearn.com/BookCoverPreviewFrontSquare.jpg" />
<itunes:explicit>no</itunes:explicit>
<item>
<title>Py4Inf-01-Intro.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-01-Intro.mp3</link>
<description>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 the next lecture and come back later. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-01-Intro.mp3" length="27428698" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 01:04:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-01-Intro.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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 the next lecture and come back later. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
<item>
<title>Py4Inf-02-Expressions.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-02-Expressions.mp3</link>
<description>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 picture. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-02-Expressions.mp3" length="20631428" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 01:03:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-02-Expressions.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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 picture. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
<item>
<title>Py4Inf-03-Conditional.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-03-Conditional.mp3</link>
<description>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. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-03-Conditional.mp3" length="18372567" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 01:00:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-03-Conditional.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
<item>
<title>Py4Inf-04-Functions.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-04-Functions.mp3</link>
<description>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 advanced concept and we only cover them lightly in this chapter. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-04-Functions.mp3" length="13474503" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 00:57:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-04-Functions.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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 advanced concept and we only cover them lightly in this chapter. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
<item>
<title>Py4Inf-05-Iterations.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-05-Iterations.mp3</link>
<description>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 patterns. We are still not seeing the big picture but starting to look ar "paragraphs" of code. The big picture is coming soon. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-05-Iterations.mp3" length="22438474" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 00:51:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-05-Iterations.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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 patterns. We are still not seeing the big picture but starting to look ar "paragraphs" of code. The big picture is coming soon. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
<item>
<title>Py4Inf-06-Strings.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-06-Strings.mp3</link>
<description>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 handling text data so we take a look at how programs handle and process text data. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.comm</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-06-Strings.mp3" length="13426856" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 00:47:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-06-Strings.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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 handling text data so we take a look at how programs handle and process text data. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.comm</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
<item>
<title>Py4Inf-07-Files.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-07-Files.mp3</link>
<description>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 because we are actually starting to "explore information". For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-07-Files.mp3" length="11833805" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 00:44:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-07-Files.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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 because we are actually starting to "explore information". For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
<item>
<title>Py4Inf-08-Lists.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-08-Lists.mp3</link>
<description>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 need more sophisitcated ways or organizing data within our programs. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-08-Lists.mp3" length="13093952" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 00:40:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-08-Lists.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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 need more sophisitcated ways or organizing data within our programs. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
<item>
<title>Py4Inf-09-Dictionaries.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-09-Dictionaries.mp3</link>
<description>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 able to write programs to handle data that would be impossible for a spreadsheet to handle. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-09-Dictionaries.mp3" length="18039663" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 00:36:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-09-Dictionaries.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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 able to write programs to handle data that would be impossible for a spreadsheet to handle. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
<item>
<title>Py4Inf-10-Tuples.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-10-Tuples.mp3</link>
<description>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 tuples. We also learn about sorting in this chapter. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-10-Tuples.mp3" length="12784871" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 00:33:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-10-Tuples.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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 tuples. We also learn about sorting in this chapter. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
<item>
<title>Py4Inf-11-Regex.mp3</title>
<link>http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-11-Regex.mp3</link>
<description>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 cool and a seem little crazy until you understand them. They are very simple, powerful and useful. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</description>
<enclosure url="http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-11-Regex.mp3" length="16993720" type="audio/mpeg" />
<pubDate>Wed, 18 Sep 2013 00:28:00 GMT</pubDate>
<guid isPermaLink="false">http://www-personal.umich.edu/~csev/books/py4inf/media/Py4Inf-11-Regex.mp3</guid>
<itunes:author>Recording by Dr. Chuck</itunes:author>
<itunes:explicit>no</itunes:explicit>
<itunes:keywords />
<itunes:summary>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 cool and a seem little crazy until you understand them. They are very simple, powerful and useful. For a video version of this lecture, a free ebook and a free online course about Python, see www.pythonlearn.com</itunes:summary>
<dc:creator>Charles Severance</dc:creator>
</item>
</channel>
</rss>