-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME
More file actions
34 lines (22 loc) · 914 Bytes
/
README
File metadata and controls
34 lines (22 loc) · 914 Bytes
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
Intermediate Python Cheatsheet
==============================
A handout (in the executable handout collection) for an Intermediate
Python tutorial that I give covering functional programming, closures,
decorators, generators, list comprehensions and generator expressions.
The content is stored as restructured text in ``handout.rst``.
Using the ``build.sh`` command it will generate an OpenOffice Writer
document with the handout neatly packaged inside it. You might want
to make some tweaks there (or to the template file, ``3coltemp.odt``).
Then export to pdf or print.
Requires
========
* docutils
Testing
=======
This is an "executable handout". Because it is written using Python
docstrings, you can actually test it or verify that it is somewhat
correct. Run the ``testhandout.py`` to execute the tests.
Feedback
========
Send questions comments to the author:
matthewharrison at gmail.com