has anyone used ansible to configure and orchestrate instances on aws?
Code: for i in range(5): s = input() if '1' in s: print(s.index('1')) when I am running this code, I am getting this output: 0 1 0 0 0 //(input) 2 //(ouput f...
Can you suggest what to do?
result = [('cat', 3), ('bat', 2), ('mat', 1)] top_n = sorted(result, key=lambda tup: tup[1], reverse=True) can someone explain what's happening inside the sorted with lambda ...
Hey can someone tell me how to use ubuntu as an app in windows?
Can anyone suggest some articles/tutorials for using python for algorithmic trading?
I read about wubi but it has been discontinued. Isn't there any other thing?
He provides courses in ML only?