|
|
|
|
| | Article: “Implementation of Properties in Python,” from Python How to Program, by Deitel & Associates, Inc. Discusses how to implement properties for a class, how to define get, set and delete methods for a private attribute and how to create properties that use these methods to manipulate the attributes. | http://www.informit.com/articles/article.aspx?p=26963
|
|
| | Article: “The Mechanics of Process Creation and Management in Python,” from Python How to Program, by Deitel & Associates, Inc. Discusses the mechanics of process creation and management in Python, the os.fork function, the os.wait function and the concept of asynchronously executing processes and the unpredictability of their relative execution speeds. | http://www.informit.com/articles/article.aspx?p=27797
|
| |
|
|
| |
 |
|
|
|
|