Difference between revisions of "CSC352 Class Page 2010"
(→Python Threads) |
|||
Line 33: | Line 33: | ||
* What is a Thread? [http://en.wikipedia.org/wiki/Thread_(computer_science)] | * What is a Thread? [http://en.wikipedia.org/wiki/Thread_(computer_science)] | ||
* What is a Processes? [http://en.wikipedia.org/wiki/Process_(computing)] | * What is a Processes? [http://en.wikipedia.org/wiki/Process_(computing)] | ||
+ | * [http://www.python.org/doc/2.5.2/lib/thread-objects.html Python.org's page] on Thread Objects | ||
+ | * [http://linuxgazette.net/107/pai.html Linux Gazette Article] on Python Threads. Good overall introduction. | ||
+ | * [http://heather.cs.ucdavis.edu/~matloff/Python/PyThreads.pdf Norm Matloff's] introduction to Python Threads. More details, less easy to follow. | ||
<!-- ================================================================== --> | <!-- ================================================================== --> |
Revision as of 22:25, 25 January 2010
Python Threads
Week | Topics | Reading |
Week 1 1/25 |
|
|
Week 2 2/1 |
|
|
Week 3 2/8 |
|
|
XGrid Programming
Week | Topics | Reading |
Week x |
|
|
Week x |
|
|
Week x |
|
|
Cloud Computing
Week | Topics | Reading |
Week x |
|
|
Week x |
|
|
Week x |
|
|