Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 748 Bytes

File metadata and controls

24 lines (19 loc) · 748 Bytes

webscraping_ryanair

Building a Job Matching System with Python! 🚀

Downgrade Python version using Virtual Environments

python3 --version 
virtualenv -p python3.12 myenv 
source myenv/bin/activate 
pip install mysql-connector-python
pip install networkx
pip install matplotlib 
python weighted_degree_centrality.py
deactivate

Video Tutorials

Here are some helpful tutorials to guide you through the process:

  1. Web Scrape Flights from Ryanair to CSV
  2. Web Scrape Flights from Ryanair to MySQL DB
  3. Flight Network Analysis & Visualization

Flights Scraping Process