Introducing Python (2001 Video)

A jolly funny decade old video introducing Python. It contains a lovely little poorly acted vignette of a Python love story and a computer science teacher wh… Read more

Similar

Python Iter() Function

<p>Iterators in python iterate sequences, but also iterate objects that exhibit sequence behavior, such as keys in a dictionary, lines in a file, and so on.</p> <p>An iterator is an object that has a (more…)

Read more »