root/hodgestar/Talks/PythonForProgrammers/html/py4progs-9.html @ 737

Revision 737, 0.8 kB (checked in by hodgestar, 6 months ago)

Complete slides.

Line 
1<html>
2<head>
3<title>Python 4 Programmers</title>
4<link rel="stylesheet" type="text/css" href="main.css" />
5<link rel="stylesheet" type="text/css" href="pygment.css" />
6</head>
7<body>
8<div style='margin: auto; width: 50%;'><h2>Functional Programming</h2><ul>
9<div class="highlight"><pre>
10</pre></div>
11
12<li>List Comprehensions</li>
13
14<li>Generator Expressions</li>
15
16<li>lambda</li>
17
18<li>closures</li>
19
20<li>Iterators</li>
21
22<li>Generators</li>
23
24<li>Creating your own iterable / sequence / dict</li>
25</ul>
26</div><br /><div class="footer"><hr /><div style="float: left; font-style: italic;">Python 4 Programmers</div><div style="float: right;"><a accesskey="P" href="py4progs-8.html">Prev</a> | <a accesskey="I" href="py4progs-0.html">Index</a> | <a accesskey="N" href="py4progs-10.html">Next</a></div></div></body></html>
Note: See TracBrowser for help on using the browser.