-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·31 lines (24 loc) · 1004 Bytes
/
index.html
File metadata and controls
executable file
·31 lines (24 loc) · 1004 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
<html>
<head><title>Introduction to Concurrent Programming with Stackless Python</title></head>
<body>
<style>
body{
font-family:sans-serif;
margin-left:5%;
margin-right:5%;
}
</style>
<h1>Introduction to Concurrent Programming with Stackless Python</h1>
<p>This is a work-in-progress draft of a tutorial I'm writing on Stackless
Python. It is available in <a href='./why_stackless.html'>html</a> and <a
href='./why_stackless.pdf'>pdf</a> formats. Code is included in the text, and
in a standalone <a href='./why_stackless_code.tar.gz'>gzipped archive</a>.
Most examples should run as-is on a working install of Stackless Python 2.4.3,
except for the samples in the chapter on actors, which require that <a
href='http://www.pygame.org'>pyGame</a> be installed for the visualization
engine.</p>
<p><a href='./why_stackless.html'>Click Here to Read it Online</a></p>
<p>Revision History can be reviewed <a href='HISTORY'>here.</a></p>
<i>olsongt at verizon.net</i>
</body>
</html>