Python Forum
material for OOP and efficient numrical programming - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: material for OOP and efficient numrical programming (/thread-21052.html)



material for OOP and efficient numrical programming - paul18fr - Sep-11-2019

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