Método de la secante que resuelve los 0 del polinomio
(x-1)(x-2)(x-4)(x-3)(x-6) + 1
Hecho en d3.js por amor al arte
| license: gpl-3.0 | |
| height: 800 | |
| scrolling: no | |
| border: yes |
| license: gpl-3.0 | |
| height: 700 | |
| scrolling: no | |
| border: yes |
| license: gpl-3.0 | |
| height: 600 | |
| scrolling: no | |
| border: yes |
| license: gpl-3.0 | |
| height: 600 | |
| scrolling: no | |
| border: yes |
| license: gpl-3.0 | |
| height: 600 | |
| scrolling: no | |
| border: yes |
You need to download the source of the data (the html) of IMDb and save it as data.html, then run parse_imdb.py, this will generate the csv.
Then you can run plot.py.
Remember to use python3
| #!/usr/bin/python | |
| from time import time, sleep | |
| from random import randint | |
| import random as r | |
| RUTS = ['19.470.140-3', | |
| '20.067.784-k', | |
| '10.481.357-7', | |
| '11.624.369-5', | |
| '15.753.502-1', |
I found the info of the time in screen of GOT's characters. I made the csv and the plot using python3.