Im thinking i will pick up python since many of the cloud engineer and other solution architect roles I look at ask for it. I may alternate days where some days im doing python and other days im doing FCC. I might not take any summer classes for school this summer so may go harder on this stuff and study for either a salesforce or AWS cert.
But then again JAVA is something thata pretty much universal but as mentioned im not trying to be a software engineer, but as stated more so a Solution Architect/Engineer, where you need to be knowledgeble a tad more in technical stuff than a Business Analyst being that often times you are creating things for strategic purposes and after your done then the developers and BAs can use what you created to do the grumt work
Yeah, it'd probably be best if you started out with Python and then came back later to JS or Java. Some of the 'strange' JS code you see will make a lot more sense once you come back from other languages and you see what some of that JS code is trying to emulate. Java is a very solid language to learn, but it'll be time-consuming, and if you're not building big, enterprise applications or android apps, you can always come back and pick it up later once you understand the basics of things like classes, inheritance, etc. Python cuts out a lot of the cruft. Once you get a grasp of Python, then you can come to Java and work with explicitly defined data types, accessors, etc., or work with the madness that is JS. Python will be useful to you in doing automation work, writing short scripts, data analysis, etc... For you, I'd start off with Python, then go to Java and then if you're going into the web realm, JS, HTML, CSS.