s
menu
menu
Login  |  Register  |  Media Kit  |  Press  |  Site Map  |  Contact Us  Increase font-sizeDecrease font-sizeRestore default font-sizes



Resource Center
Contents
Python Resource Center
Deitel Articles
Implementation of Properties in Python
http://www.informit.com/articles/article.aspx?p=26963
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.
Process Creation and Management in Python
http://www.informit.com/articles/article.aspx?p=27797
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.
Introduction to Pygame for Python
http://www.informit.com/articles/article.aspx?p=27103&redir=1
Article: “Introduction to Pygame for Python,” from Python How to Program, by Deitel & Associates, Inc. Discusses the multimedia Pygame package for Python and using pygame and Tkinter to create a working CD player with a graphical interface.
foot
Update :: November 22, 2008