Source code for my talk on web scraping with Python
-
The
slides/
folder contains the downloaded presentation from SlideBean. You can view it here. -
In the
src/
folder:index.html
is a basic webpage andscrape.py
is a Python script that demonstrates scraping itscrape_imdb.py
will extract the details of the top 250 movies on IMDb and outputsmovie_details_shallow.csv
play.py
will attempt to solve the popular 2048 game, originally made by Gabriele Cirulli
-
To start a script, run
python <SCRIPT_NAME_GOES_HERE_WITHOUT_BRACKETS>
in your terminal or command line.
Feel free to fork, edit and make pull requests!