Best of CrawlingApril 2024

  1. 1
    Video
    Avatar of communityCommunity Picks·2y

    Coding project IDEAS for portfolio

    Learn how to find real-life coding projects for your portfolio. Get inspiration for web design, web scraping, data analytics, Chrome extensions, and full-stack applications.

  2. 2
    Article
    Avatar of kdnuggetsKDnuggets·2y

    7 Python Libraries Every Data Engineer Should Know

    Discover some essential Python libraries for data engineers, including Requests for API data extraction, BeautifulSoup for web scraping, Pandas for data manipulation, SQLAlchemy for database work, Airflow for workflow orchestration, PySpark for big data processing, and Kafka-Python for real-time data processing.

  3. 3
    Article
    Avatar of earthlyEarthly·2y

    Python Web Scraping with Beautiful Soup and Selenium

    Learn how to scrape websites with Python using Beautiful Soup and Selenium. Extract data from static pages with Beautiful Soup and navigate dynamic pages with Selenium.