cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

What language to learn after C++?

Open lefticus opened this issue 3 years ago • 2 comments

lefticus avatar Jun 23 '22 00:06 lefticus

Rust... as you now understand a bit of "ownership"

DoctorLai avatar May 23 '25 20:05 DoctorLai

Considering there are many C/C++ projects whose final product aims to be a python interface (like pytorch, tensorflow, etc.) and others that have official python wrappers as 1st class citizenship (like OpenCV, ROS, etc.). There are many projects that need both C++ and Python knowledge; C++ for the hard core tooling development, and Python for the abstract/artesanal part of the specific task.

fcolecumberri avatar May 24 '25 18:05 fcolecumberri