I code predominately in service of my academic research; I have a good grasp on python and use it to do data analysis and visualization for the most part. I’m wondering what language more experienced coders think I should look into next, if I want to learn about coding more generally?

  • lemat_87
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I think C++ is a good next step, since you will learn now more about static typing, pointers and memory management. It will also allow you to write practical, portable applications. It is also hundred times faster than Python.