Skip to content
View rcghpge's full-sized avatar

Block or report rcghpge

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
rcghpge/README.md

About Me

"""
Generate an About Me in Python
"""
def about_me() -> str:
    return ("Hey, I'm Robert. I am a full-time university student.\n"
            "My interests include:\n" + "\n".join(f"- {i}" for i in 
            ["Research", "Development", "Programming", "Engineering", "AI", "Data Science"]) + 
            "\nCurrently, I'm focusing on graduating.")

print(about_me())

TLDR: I'm Robert - MySpace taught me how to code

Popular repositories Loading

  1. pymo pymo Public

    A framework in Mojo for AI/ML/DL applications and other domains.

    Mojo 2

  2. data-3461-ml data-3461-ml Public

    Machine Learning in Python @ UTA. Spring 2025

    Python 1

  3. testrepo testrepo Public

    My first GitHub repository. Written in Python.

    Python

  4. data-science-ecosystem data-science-ecosystem Public

    Jupyter Notebook

  5. ibm-stock-project ibm-stock-project Public

    Tesla and Gamestop stock data EDA

    Jupyter Notebook

  6. ibm-chicago-eda-assignment ibm-chicago-eda-assignment Public

    EDA assignment on Chicago utilizing public data.

    Jupyter Notebook