Skip to content
View joeypaak's full-sized avatar
🎯
🎯

Highlights

  • Pro

Block or report joeypaak

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
joeypaak/README.md

🌟 who i m

import typer
from textual.app import App
from fastapi import FastAPI


who_i_m = {
    "role": "nursing student", # πŸ§‘πŸ»β€βš•οΈ
    "region": "south korea", # πŸ‡°πŸ‡·
    "languages": ["javascript", "python", "english", "korean"],
    "socials": ["instagram", "twitter", "telegram"],
    "others": "deep learning", # πŸ€–
}

def main():
    print(who_i_m)

if __name__ == "__main__":
    main()

Pinned Loading

  1. monokai-pro-blinksh monokai-pro-blinksh Public

    The unofficial Monokai Pro theme for @blinksh

    JavaScript

  2. cs50p cs50p Public

    My solutions for CS50P problem sets

    Python