Aalie_oop 1. github has this thing called codespaces which lets you use visual studio code in your browser, its great for chromebooks. 2, I started with python because its about as close as you can get to speaking english to a computer. The nice thing about programming is that most languages share the same basic features, loops, ways to store data, etc. And most object oriented programming languages have even more in common. So, in reality, it doesnt really matter what you start with as long as its easy to read/learn. I would recommend javascript, python, c (if you're feeling up to it) and then maybe graduate to java, c#, or rust.