Skip to content
View blesEed4's full-sized avatar
  • Joined Apr 20, 2025

Block or report blesEed4

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Popular repositories Loading

  1. Ble4- Ble4- Public

    def connect(uri: str): """ Create and return a database connection. """ from sqlalchemy import create_engine engine = create_engine(uri) return engine.connect() def query(conn, sql: str): """ Execu…

  2. skills-introduction-to-github skills-introduction-to-github Public

    Exercise: Introduction to GitHub