▲ | drnick1 4 hours ago | |||||||
I don't see what's wrong with Python for a first course. In fact, you can go very far with Python alone (in terms of performance) if you learn to use Numba well. If that isn't enough, I would go straight to C (opportunistically augmented by C++98 when needed), and learn how to use the GNU Scientific Library and Eigen (the linear algebra library). | ||||||||
▲ | adastra22 2 hours ago | parent [-] | |||||||
Nobody should be using C/C++ for anything new, much less using it as a teaching vehicle. That's just irresponsible at this point. | ||||||||
|