nandapop / web-scraping-project-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web scraping in Python - Step by step guide

  • Become familiar with a web environment in which you want to extract certain information.
  • Develop a code to obtain its content and extract it from a specific table.
  • Use a database to store the data and process it.

🌱 How to start this project

Follow the instructions below:

  1. Create a new repository by forking the Git project or by clicking here.
  2. Open the newly created repository in Codespace using the Codespace button extension.
  3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.

πŸš› How to deliver this project

Once you have finished solving the exercises, be sure to commit your changes, push them to your repository, and go to 4Geeks.com to upload the repository link.

πŸ“ Instructions

Read the contents of the ./INSTRUCTIONS.md file containing the steps to complete the project, follow them and develop the solution first in ./src/explore.ipynb for testing and then move the clean code to ./src/app.py. Be sure to delete the notebook once you no longer need it to keep the project clean and tidy.

Note: We also incorporated the solution samples on ./src/solution.ipynb that we strongly suggest you only use if you are stuck for more than 30 min or if you have already finished and want to compare it with your approach.

About


Languages

Language:Python 98.0%Language:C 0.7%Language:Jupyter Notebook 0.7%Language:Cython 0.2%Language:C++ 0.2%Language:JavaScript 0.1%Language:Fortran 0.1%Language:PowerShell 0.0%Language:Smarty 0.0%Language:CSS 0.0%Language:Roff 0.0%Language:HTML 0.0%Language:Meson 0.0%Language:Forth 0.0%Language:Shell 0.0%Language:Lua 0.0%Language:Pascal 0.0%