Skip to content

ToJen/NDev-Talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NDev-Talks

Source code for my talk on web scraping with Python

Prerequisites:


Usage:

  1. The slides/ folder contains the downloaded presentation from SlideBean. You can view it here.

  2. In the src/ folder:

    • index.html is a basic webpage and scrape.py is a Python script that demonstrates scraping it
    • scrape_imdb.py will extract the details of the top 250 movies on IMDb and outputs movie_details_shallow.csv
    • play.py will attempt to solve the popular 2048 game, originally made by Gabriele Cirulli
  3. 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!

Releases

No releases published

Packages

No packages published

Languages