Python Forum

Full Version: material for OOP and efficient numrical programming
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All

I've ever used procedural programming so far, without (directly) codding any class i.e. using OOP (Object Oriented Programming); in other threads I used vectorization to drastically speed-up the code (see this thread for example).

Today I'm trying to imagine how to mix such 2 fields in order the simplify my codes (through OOP), without reducing the speed (by vectorizing): I'm looking for materials dealing with these 2 topics ... does somebody has suggestions?

Thanks for your advices

Paul