keep practicing it it’s good to have experience with a more structured “real” language than just python. i would base what languages you learn off what you’re interested in and keep up to date on the ones you already know best you can. there’s so many languages and so many transferable skills it is really better to just learn ones you enjoy and practice programming skills rather than just trying to find the most professionally useful language
When I say legacy I don’t mean code made 5 years ago, I mean code bases started in the late 90’s that have been designed to be backwards compatible with code written in the 70-80’s. Some stuff needs to be updated/replaced to maintain modern security standards or even modern design standards. It’s “broke” as in it “functions” but is currently a pain to deal with.