├── .gitignore ├── README.md ├── index.ipynb ├── index.md ├── index_files └── index_54_0.png ├── quotes_data.csv ├── requirements.txt └── static ├── error.gif ├── graphic.png ├── hurray.gif ├── recursion.gif ├── soup.gif ├── surf.gif └── tools.gif /.gitignore: -------------------------------------------------------------------------------- 1 | .ipynb_checkpoints/ 2 | .DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
\n", 213 | "Login\n", 214 | "
\n", 215 | "\n", 1250 | " | author | \n", 1251 | "text | \n", 1252 | "author_link | \n", 1253 | "tags | \n", 1254 | "
---|---|---|---|---|
0 | \n", 1259 | "Albert Einstein | \n", 1260 | "“The world as we have created it is a process ... | \n", 1261 | "http://quotes.toscrape.com/author/Albert-Einstein | \n", 1262 | "[change, deep-thoughts, thinking, world] | \n", 1263 | "
1 | \n", 1266 | "J.K. Rowling | \n", 1267 | "“It is our choices, Harry, that show what we t... | \n", 1268 | "http://quotes.toscrape.com/author/J-K-Rowling | \n", 1269 | "[abilities, choices] | \n", 1270 | "
2 | \n", 1273 | "Albert Einstein | \n", 1274 | "“There are only two ways to live your life. On... | \n", 1275 | "http://quotes.toscrape.com/author/Albert-Einstein | \n", 1276 | "[inspirational, life, live, miracle, miracles] | \n", 1277 | "
3 | \n", 1280 | "Jane Austen | \n", 1281 | "“The person, be it gentleman or lady, who has ... | \n", 1282 | "http://quotes.toscrape.com/author/Jane-Austen | \n", 1283 | "[aliteracy, books, classic, humor] | \n", 1284 | "
4 | \n", 1287 | "Marilyn Monroe | \n", 1288 | "“Imperfection is beauty, madness is genius and... | \n", 1289 | "http://quotes.toscrape.com/author/Marilyn-Monroe | \n", 1290 | "[be-yourself, inspirational] | \n", 1291 | "
130 | Login 131 |
132 |779 | | author | 780 |text | 781 |author_link | 782 |tags | 783 |
---|---|---|---|---|
0 | 788 |Albert Einstein | 789 |“The world as we have created it is a process ... | 790 |http://quotes.toscrape.com/author/Albert-Einstein | 791 |[change, deep-thoughts, thinking, world] | 792 |
1 | 795 |J.K. Rowling | 796 |“It is our choices, Harry, that show what we t... | 797 |http://quotes.toscrape.com/author/J-K-Rowling | 798 |[abilities, choices] | 799 |
2 | 802 |Albert Einstein | 803 |“There are only two ways to live your life. On... | 804 |http://quotes.toscrape.com/author/Albert-Einstein | 805 |[inspirational, life, live, miracle, miracles] | 806 |
3 | 809 |Jane Austen | 810 |“The person, be it gentleman or lady, who has ... | 811 |http://quotes.toscrape.com/author/Jane-Austen | 812 |[aliteracy, books, classic, humor] | 813 |
4 | 816 |Marilyn Monroe | 817 |“Imperfection is beauty, madness is genius and... | 818 |http://quotes.toscrape.com/author/Marilyn-Monroe | 819 |[be-yourself, inspirational] | 820 |