awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesWeb Scraping Courses

Educational materials and curricula specifically focused on teaching web data extraction techniques.

Distinct from Python Programming Guides: Focuses on the domain of scraping rather than general Python language syntax or best practices.

Explore 6 awesome GitHub repositories matching education & learning resources · Web Scraping Courses. Refine with filters or upvote what's useful.

Awesome Web Scraping Courses GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • wistbean/learn_python3_spiderالصورة الرمزية لـ wistbean

    wistbean/learn_python3_spider

    21,802عرض على GitHub↗

    This project is a comprehensive educational guide and framework for building web scrapers using Python. It provides a course-based approach to data extraction, combining a Python crawler framework with tutorials on web reverse engineering and network traffic analysis. The project distinguishes itself by covering advanced extraction challenges, including the decryption of obfuscated JavaScript and the bypass of anti-scraping measures. It specifically addresses mobile application scraping through the simulation of user interactions and the interception of network traffic. The capability surfac

    Offers a comprehensive educational guide and course for building data extractors using Python.

    Pythonpython-scriptpython-spiderpython3
    عرض على GitHub↗21,802
  • alsotang/node-lessonsالصورة الرمزية لـ alsotang

    alsotang/node-lessons

    16,450عرض على GitHub↗

    node-lessons is a comprehensive Node.js programming course and instructional guide. It provides a collection of guided lessons and code examples designed to teach the fundamentals of the Node.js runtime and server-side JavaScript development. The project serves as a practical guide for building web servers and backend applications, specifically covering the implementation of HTTP servers, request routing, and middleware chains. It includes specialized instructional material on managing asynchronous JavaScript workflows through promises and flow control, as well as guides for integrating NoSQL

    Offers a guide on fetching HTML and extracting data using CSS selectors within a Node.js environment.

    JavaScriptjavascriptnodejs
    عرض على GitHub↗16,450
  • morvanzhou/tutorialsالصورة الرمزية لـ MorvanZhou

    MorvanZhou/tutorials

    12,952عرض على GitHub↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Offers educational materials and curricula focused on web data extraction using requests and BeautifulSoup.

    Pythonmachine-learningmultiprocessingneural-network
    عرض على GitHub↗12,952
  • xianhu/learnpythonالصورة الرمزية لـ xianhu

    xianhu/LearnPython

    8,484عرض على GitHub↗

    LearnPython is a programming tutorial consisting of a collection of practical code examples used to demonstrate Python language features and programming patterns. It serves as a comprehensive learning resource that implements core language concepts through functional code. The project provides specialized guides and samples covering several key domains. These include asynchronous network programming with event loops and coroutines, data visualization using numerical datasets for 2D and 3D plots, and web scraping for fetching content and automating login flows. It also features instructions on

    Includes practical educational materials on fetching web content, managing HTTP headers, and automating login flows.

    Jupyter Notebooklearning-pythonpythonpython-flask
    عرض على GitHub↗8,484
  • lining0806/pythonspidernotesالصورة الرمزية لـ lining0806

    lining0806/PythonSpiderNotes

    7,445عرض على GitHub↗

    PythonSpiderNotes is a comprehensive instructional resource and framework for building web crawlers and extracting data using the Python programming language. It provides a set of methods for parsing unstructured HTML and JSON data into structured formats for persistent storage. The project includes detailed guides and tutorials on browser automation for retrieving dynamic content, as well as a framework for data extraction. It specifically covers anti-bot bypass techniques, such as rotating proxies and spoofing headers, to avoid IP blocks and detection systems. The capability surface extend

    Serves as a comprehensive educational resource for learning web data extraction techniques using Python.

    Pythoncaptchacookiepython
    عرض على GitHub↗7,445
  • dropsdevopsorg/ecommercecrawlersالصورة الرمزية لـ DropsDevopsOrg

    DropsDevopsOrg/ECommerceCrawlers

    5,573عرض على GitHub↗

    ECommerceCrawlers is an educational collection of Python-based crawler scripts designed to extract data from a variety of public websites, including e-commerce platforms, social media sites, news outlets, and multimedia sources. The project serves as a learning resource for web scraping techniques, offering ready-to-run examples that demonstrate practical data extraction methods. The toolkit covers a broad range of data types, including product listings and prices from online retail platforms, public posts and profiles from social networking sites, articles from news and blogging platforms, p

    Runs ready-to-use crawler examples that demonstrate practical data extraction methods for educational use.

    Pythonalitaskbaidubaidu-tieba
    عرض على GitHub↗5,573
  1. Home
  2. Education & Learning Resources
  3. Python Programming Guides
  4. Web Scraping Courses

استكشف الوسوم الفرعية

  • Node.js GuidesEducational materials specifically focused on implementing web scraping techniques using the Node.js runtime. **Distinct from Web Scraping Courses:** Focuses on the Node.js ecosystem specifically, whereas the parent is focused on Python.
  • Web Scraping TechniquesRuns ready-to-use crawler examples that demonstrate practical data extraction methods for educational use. **Distinct from Web Scraping Courses:** Distinct from Web Scraping Courses: provides runnable code examples rather than structured course materials.