February 2018
Beginner to intermediate
364 pages
10h 32m
English
Now let's go and learn to scrape a couple events. For this recipe we will start by using interactive python.
Start it with the ipython command:
$ ipythonPython 3.6.1 |Anaconda custom (x86_64)| (default, Mar 22 2017, 19:25:17)Type "copyright", "credits" or "license" for more information.IPython 5.1.0 -- An enhanced Interactive Python.? -> Introduction and overview of IPython's features.%quickref -> Quick reference.help -> Python's own help system.object? -> Details about 'object', use 'object??' for extra details.In [1]:
In [1]: import requests
In [2]: url ...
Read now
Unlock full access