> So far so good. The problem is that a CubeGrid instance is also a wx.Grid
instance. However, different naming conventions apply there. All method
names in wxPython are coming from C++. They use CamelCase method names.
There is a naming conflict. What should I do?
>
> Solution #1: Mix CamelCase an
Hi All,
I have a package with more layers of code. Bottom layer contains classes
and methods for dealing with tabular data. Second layer works with
multi-dimensional data. It provides a data model with unified API for
accessing multi dimensional databases. Top layer is responsible for
disp