What should I start with? I will probably study "Software engineering and Software Science", any suggestion to start with and practice so I can get a little head start on the study . As I literally spend 4 hours outside school on school (have 29 atm), and really need to do smt next to it.
python is pretty damn easy and you can do a lot of stuff with it. even servers if you want. the performance is not great if u aim to do something complex cuz python is executed through an interpreter (py code is translated into machine code at runtime, one line at a time) but for ur needs it's more than enough. u will like it.