Personally I'd go with Java as it will force you to learn structure, but that really depends on what your goal is /where you want to end up.
Learning a programming language is easy enough, your IDE will help with syntax, it's more a case of learning the concepts that's important.
In a work environment, I've worked with Java, PHP, C#, JS, Golang, and Powershell (yes, someone thought it was great to make an app consisting of only scripts and then use another tool to execute them); the important bit is just learn the concepts, what is oop, what is functional, what are the different design patterns, etc., if you want to go into business. If you just want to play around, then python is generally good as it's a scripting language as well, though latest C# also does top level statements now.