Skip to content
View HopC-HopC's full-sized avatar
  • London, UK

Block or report HopC-HopC

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. http_requests_exploration.py http_requests_exploration.py
    1
    """
    2
    HTTP Playground API Explorer
    3
    4
    Functions for interacting with the HTTP Playground (https://github.com/HopC-HopC/HTTP_playground) API.
    5
    Created for educational purposes, specifically for A Level Computer Science teaching.
  2. Python Principles, student scraper: ... Python Principles, student scraper: This script is designed for teachers to automate the process of logging into each student's account on the Python Principles website, retrieving their progress scores, and updating records. Since there is no dedicated teacher platform for monitoring students, this script provides a solution for teachers to efficiently manage and track student progress.
    1
    """
    2
    Python Principles Student Progress Automation Script
    3
    4
    This script is designed for teachers to automate the process of logging into each student's account on the Python Principles website, retrieving their progress scores, and updating records. Since there is no dedicated teacher platform for monitoring students, this script provides a solution for teachers to efficiently manage and track student progress.
    5
  3. HTTP_playground HTTP_playground Public

    API example showing HTTP verbs and status codes, along with SQLite helper class

    Python

  4. SpotifyToken SpotifyToken Public

    Class to obtain, save, verify Spotify developer access tokens

    Python