Skip to content
View AmirHoseinBlue24's full-sized avatar

Block or report AmirHoseinBlue24

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
AmirHoseinBlue24/README.md
class AmirHossein:
    pronouns = ("He", "Him")
    bio = (
        "A passionate Python developer eager to build smart tools "
        "and learn cutting-edge technologies like Machine Learning."
    )
    languages = ["Python", "Java", "MicroPython", "Bash"]
    expertise = {
        "backend": {
            "bots": ["Telegram Bot API", "Automation Scripts"],
            "hardware": ["ESP32", "Serial Communication"]
        },
        "frontend": {
            "basic_design": ["Photoshop"]
        },
        "systems": ["Linux (Ubuntu)", "Windows"]
    }
    current_focus = (
        "Improving ML skills, contributing to open-source, "
        "and creating impactful Python projects."
    )
    fun_fact = "I love solving problems with clean, efficient code."

print(f"πŸ‘‹ Hi there! I'm {AmirHossein.__name__}")
print("You have to believe it to get it.πŸ’™πŸ’•")

Pinned Loading

  1. git-cli-tool git-cli-tool Public

    Git CLI Tool - Professional Git Wrapper A user-friendly command-line tool for Git operations

    Python 1