Proof of evolution if you can get it to shit out gain of functions.

data = data_load(csv_data_source)
theta = make_a_model(data);
until(convergence criteria){
theta = buff_model(theta);
gradient = accuracy_evaluation(theta);
theta = gradient_ascent(gradient, theta, data);
}
return theta;
def gradient_ascent(g,t,d){
Use g to modify t and test against d
if (improvement){
return t;
}

Repetitive production plus keeping what works after a genetic algorithm is all you need to prove evolution to yourself, there's a small leap of faith that this is what the simulation did to make what you call human life. However it's not a proof, because it's entirely possible that the universe came into existence about 27 years ago. There are suspicious energy and time-saving devices throughout the architecture, and I reserve the right to say: "God's a computer programmer".

Which means the question of God doesn't go away, it just peels one layer higher. God is what made the shithead who created this universe like you create a topflight shitpost.