Excess1972 IMHO, scripts are made by programmers for good programmers to help them get work done faster. Not all work, mind you, just the 97% monotony that takes up most of your time. GDscript is the best choice for getting more done faster, but you have to keep in mind that if you're writing code that needs to execute in 1000 places 100 times a second, you might be better off not using a scripting language.
Scripting languages still touch on all the basics of lower level programming languages, so if you don't know one too well there will still be pitfalls. Even so, still go with GDScript