Files
dive-into-python3/iterators-and-generators.html
T
Mark Pilgrim 1c73d8d09e about fiddling
2009-07-18 01:31:21 -04:00

34 lines
1.7 KiB
HTML
Executable File

<!DOCTYPE html>
<head>
<meta charset=utf-8>
<meta name=robots content=noindex>
<title>Secret Leftover Page - Dive into Python 3</title>
<link rel=stylesheet href=dip3.css>
<style>
body{counter-reset:h1 -1}
h1:before{counter-increment:h1;content:''}
</style>
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
<link rel=stylesheet media=print href=print.css>
<meta name=viewport content='initial-scale=1.0'>
</head>
<form action=http://www.google.com/cse><div><input type=hidden name=cx value=014021643941856155761:l5eihuescdw><input type=hidden name=ie value=UTF-8>&nbsp;<input name=q size=25>&nbsp;<input type=submit name=sa value=Search></div></form>
<p>You are here: <a href=index.html>Home</a> <span class=u>&#8227;</span> <a href=table-of-contents.html>Dive Into Python 3</a> <span class=u>&#8227;</span>
<h1>Secret Leftover Page</h1>
<blockquote class=q>
<p><span class=u>&#x275D;</span> You step in the stream / but the water has moved on. / This page is not here. <span class=u>&#x275E;</span><br>&mdash; 404 Not Found haiku
</blockquote>
<p id=toc>&nbsp;
<h2 id=divingin>Huh?</h2>
<p class=f>This book used to have a chapter called &#8220;Iterators <i class=baa>&amp;</i> Generators,&#8221; but I split the chapter in half so I could introduce Python classes before talking about iterators. The content that used to be at this address is now in one of those two chapters:
<ul>
<li><a href=generators.html>Generators</a>
<li><a href=iterators.html>Iterators</a>
</ul>
<p class=c>&copy; 2001&ndash;9 <a href=about.html>Mark Pilgrim</a>
<script src=j/jquery.js></script>
<script src=j/dip3.js></script>
<!--[if IE]><script src=j/html5.js></script><![endif]-->