Tag: Development

Community

An Introduction to UML and Classes

(Grady Booch, Ivar Jacobson and James Rumbaugh) Classes are the most important building block of any object-oriented system. A class is a description of a set of objects that share the same attributes, operations, relationships, and semantics. A class implements one or more interfaces. This chapter

Community

Dialogs in wxPython

(Peyton McCullough) You are probably already familiar with a few dialogs that can be used in your wxPython applications. Of course, wxPython contains many more dialogs, ranging in complexity from very simple to pretty advanced and covering a variety of topics, from text selection to color selection.