> If you want to use C++, it's because you want to use C++ tools anyway,
> right?
Some tools like autodia for class diagrams etc. Main reason to use C++
is complexity. Then "..., you get to keep the pieces." becomes too likely.
I see, world's upside down, my GUI runs wxPython. ;)
Thanks to all
On 04/09/2012 09:19 PM, Dag Sverre Seljebotn wrote:
> On 04/08/2012 08:25 PM, Holger Herrlich wrote:
>>
>> That all sounds like no option -- sad. Cython is no solution cause,
>> all I want is to leave Python Syntax in favor for strong OOP design
>> patterns.
>
>
That all sounds like no option -- sad.
Cython is no solution cause, all I want is to leave Python Syntax in
favor for strong OOP design patterns.
Anyway, thanks Holger
On 04/03/2012 03:06 PM, Holger Herrlich wrote:
>
> Hi, I plan to migrate core classes of an application from Pytho
Hi, I plan to migrate core classes of an application from Python to C++
using SWIG, while still the user interface being Python. I also plan to
further use NumPy's ndarrays.
The application's core classes will create the ndarrays and make
calculations. The user interface (Python) finally receives