cpp_weekly
cpp_weekly copied to clipboard
What language to learn after C++?
Rust... as you now understand a bit of "ownership"
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.