Bruno's: int(raw_input("Please enter a number: "))
-- matching parenthesis was missing
ipdb moved to pdb
-- works without ipython
help('print') replaced with help('if')
-- print is a special keyword and does not work
Exercicio repetido: se nao me engano Exercicio 0.10=Exercicio 0.14.
A função "gradient_descent" não usa os argumentos "func" e "grad" que sao passados, mas sim "get_y" e "get_grag". Alterar o interior ou o cabeçalho da função.
Bruno's: int(raw_input("Please enter a number: ")) -- matching parenthesis was missing ipdb moved to pdb -- works without ipython help('print') replaced with help('if') -- print is a special keyword and does not work